On Thu, Jun 9, 2011 at 4:00 PM, efontana <[email protected]> wrote: > So, I installed IOS5 on my iPhone, I *did not* install the new SDK, I just > simply tried to launch my > app with the debugger (because ViewWillAppear) doesnt fire on the first view > now. > > And I get this stack dump > > Mono.Debugger.Soft.VMDisconnectedException: Exception of type > 'Mono.Debugger.Soft.VMDisconnectedException' was thrown. > at Mono.Debugger.Soft.Connection.SendReceive (CommandSet command_set, > Int32 command, Mono.Debugger.Soft.PacketWriter packet) [0x00000] in > <filename unknown>:0 > at Mono.Debugger.Soft.Connection.EnableEvent (EventType etype, > SuspendPolicy suspend_policy, System.Collections.Generic.List`1 mods) > [0x00000] in <filename unknown>:0 > at Mono.Debugger.Soft.VirtualMachine.EnableEvents > (Mono.Debugger.Soft.EventType[] events) [0x00000] in <filename unknown>:0 > at Mono.Debugging.Soft.SoftDebuggerSession.HandleConnection > (Mono.Debugger.Soft.VirtualMachine vm) [0x00000] in <filename unknown>:0 > at MonoDevelop.Debugger.Soft.RemoteSoftDebuggerSession.ListenCallback > (IAsyncResult ar) [0x00000] in <filename unknown>:0 > at > Mono.Debugging.Soft.SoftDebuggerSession+<HandleConnectionCallbackErrors>c__AnonStorey4.<>m__2 > (IAsyncResult ar) [0x00000] in <filename unknown>:0
This means the debugger has lost the connection to the app, most likely because the app hard crashed. Check the app crash logs. -- Michael Hutchinson http://mjhutchinson.com _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
