Hi,
I've installed the Visual Studio 2015 preview to test the VS Android Emulator and the Xamarin Android Player, installation went fine, but when I try to debug my project I get this error:
Error initializing the debugger: Mono.Debugging.Soft.ConnectionException: Could not connect to the debugger. ---> Mono.Debugger.Soft.VMDisconnectedException: Exception of type 'Mono.Debugger.Soft.VMDisconnectedException' was thrown.
view full error here (http://i60.tinypic.com/23sfa54.png)
if I try to run my project without debugger (CTRL + F5) the application is working without any problems.
Any ideas?