Re: [mono-android] After update to 1.9.2 my VS periodically dies when trying to debug

2011-11-07 Thread Jonathan Pobst
I'm not sure what's causing this, but I have tried to guard against the NRE for the next release. Jonathan On 11/7/2011 8:14 AM, Paul Johnson wrote: > Hi, > > On 3 November 2011 10:07, sound > wrote: > > Exception Type: System.NullReferenceException > Excep

Re: [mono-android] After update to 1.9.2 my VS periodically dies when trying to debug

2011-11-07 Thread Paul Johnson
Hi, On 3 November 2011 10:07, sound wrote: > Exception Type: System.NullReferenceException > Exception Message: Object reference not set to an instance of an object. > Exception Stack Trace:at > MonoTools.Engine.MonoToolsSession.OnDebuggerException(Exception ex) > at Mono.Debugging.Client.

[mono-android] After update to 1.9.2 my VS periodically dies when trying to debug

2011-11-06 Thread sound
Exception Type: System.NullReferenceException Exception Message: Object reference not set to an instance of an object. Exception Stack Trace:at MonoTools.Engine.MonoToolsSession.OnDebuggerException(Exception ex) at Mono.Debugging.Client.DebuggerSession.HandleException(Exception ex) at Mon