I'm crazy with Visual Stusio 2015 Remote Debugger.
What I want:
I have a .Net console application on Azure VM. I want to remotely debug my application and take some performance measurements.
What i have done so far:
The application was compiled in debug mode and run on a remote computer. Through Server-Explorer VS2015, I added a remote debugger extension to the virtual machine. The firewall in the virtual machine is disabled for testing. Tested on two devices with the same result.
What I get:
I select my VM on top of Server-Explorer and select "Attach Debugger". I choose my process of my application launch (yes, all running processes are shown). Then after a few seconds I get a large "Not implemented" error window !?
Where do I need help:
Does anyone have a similar problem? Where can I find the error log for more information on what is happening?
Further
I also created a Connect entry for this (thanks for the @Vova tip). Therefore, if you have the same problem, you can transfer it. Microsoft connect
I am grateful for any help. Cheers Steffen

source
share