简体   繁体   English

Visual Studio 2015远程调试器'未实现'

[英]Visual Studio 2015 Remote Debugger 'not implemented'

I'm getting crazy with Visual Stusio 2015 remote debugger. 我对Visual Stusio 2015远程调试器感到疯狂。

What I want: 我想要的是:

I have running a .Net console application on a Azure VM. 我在Azure VM上运行.Net控制台应用程序。 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. 通过VS2015的Server-Explorer,我将远程调试器扩展添加到了VM。 Firewall on the VM is down for testing. VM上的防火墙已关闭以进行测试。 Tested on two devices with the same result. 在具有相同结果的两个设备上进行测试。

What I get: 我得到了什么:

I select my VM over the Server-Explorer and choose 'Attach debugger'. 我通过Server-Explorer选择我的VM,然后选择“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). 我还为此创建了一个Connect条目(感谢提示@Vova)。 So if you have the same problem you can upvote it. 因此,如果你有同样的问题,你可以提出它。 Microsoft Connect Microsoft Connect

I'm thanksfull for every help. 我感谢你的每一个帮助。 Greetings Steffen 问候斯蒂芬

未定义的错误

According to Microsoft Connect guy (Eliver) its a bug. 根据微软连接家伙(Eliver)的一个漏洞。 It only effects Visual Studio 2015 with display language other then english. 它只会影响Visual Studio 2015以及英语以外的显示语言。

Solution 1 解决方案1

Wait for next Azure SDK release with fix inside 等待修复内部的下一个Azure SDK版本

Solution 2 解决方案2

Install english language pack from here and switch ths VS language to english from option dialog. 这里安装英语语言包,并从选项对话框中将VS语言切换为英语。

Update - 2015-11-21 更新 - 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. 我只想告诉您Azure SDK 2.8已经发布,我遇到的这个错误已在此解决。 https://azure.microsoft.com/en-in/blog/announcing-the-azure-sdk-2-8-for-net/ https://azure.microsoft.com/en-in/blog/announcing-the-azure-sdk-2-8-for-net/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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