简体   繁体   中英

Visual Studio 2015 Remote Debugger 'not implemented'

I'm getting crazy with Visual Stusio 2015 remote debugger.

What I want:

I have running a .Net console application on a Azure VM. I want to remote debug my application and make some performance measure.

What I've done so far:

Application was compiled in debug mode and is running on the remote machine. Over the Server-Explorer of VS2015 I added the Remote Debugger extention to the VM. Firewall on the VM is down for testing. Tested on two devices with the same result.

What I get:

I select my VM over the Server-Explorer and choose 'Attach debugger'. I select my process of my running application (yes all processes running are shown). Then after a few seconds I get the great error window 'Not implemented'!?

Where I need help:

Does anybody have a similar problem? Where can I find an error log to get more information on whats going on?

Further

I also created a Connect entry for this (Thanks for the hint @Vova). So if you have the same problem you can upvote it. Microsoft Connect

I'm thanksfull for every help. Greetings Steffen

未定义的错误

According to Microsoft Connect guy (Eliver) its a bug. It only effects Visual Studio 2015 with display language other then english.

Solution 1

Wait for next Azure SDK release with fix inside

Solution 2

Install english language pack from here and switch ths VS language to english from option dialog.

Update - 2015-11-21

I just wanted to let you know that the Azure SDK 2.8 has been released and this bug I'am facing have been resolved in this. https://azure.microsoft.com/en-in/blog/announcing-the-azure-sdk-2-8-for-net/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM