Hi All,
Since updating to iOS 8 sdk and updating all the Xamarin tools (PC and Mac), I frequently get this error starting a debug session to my Mac build host. Usually a second or third attempt works fine. Anyone else seeing this?
Microsoft Visual Studio
EXCEPTION: Mono.Debugging.Soft.ConnectionException: Could not connect to the debugger. ---> Mono.Debugger.Soft.VMDisconnectedException: Exception of type 'Mono.Debugger.Soft.VMDisconnectedException' was thrown.
at Mono.Debugger.Soft.Connection.SendReceive(CommandSet command_set, Int32 command, PacketWriter packet)
at Mono.Debugger.Soft.VirtualMachine.Resume()
at Mono.Debugging.Soft.SoftDebuggerSession.HandleEventSet(EventSet es)
at Mono.Debugging.Soft.SoftDebuggerSession.ConnectionStarted(VirtualMachine machine)
at Mono.Debugging.Soft.SoftDebuggerSession.<>c__DisplayClass9.b__8(IAsyncResult ar)
--- End of inner exception stack trace ---
OK
Didn't happen before on the older Xamarin tools and iOS 7.1 sdk.