Source solution is English version, address: Https://dzone.com/articles/fix-for-could-not-connect-to-the-debugger-while-de
Problem phenomenon:
1. After running the button, you can successfully publish the program to the emulator.
2. Subsequent release of the program is started, instantaneous stop. You can start the program manually from the emulator later, sometimes to start, sometimes not.
Cause of the problem:
1.VS was released with rapid deployment.
2. Processor is too new, hyper-V compatibility is problematic.
Summary down on two places to be set:
1. App right-click Properties, Android Options, cancel use Fast Deployment
2. Open Hyper-V Manager, locate the corresponding virtual machine, right-click Settings, locate the processor, click the plus sign, and in the compatibility option, tick "migrate to a physical computer with a different processor version";
VS2015 use Visual Studio Emulator for Android to debug a workaround for a breakpoint?