远程调试桌面应用 visual studio 2015

Remote Debug desktop app visual studio 2015

我曾经开发和远程调试一台设备,为 Windows 创建 Windows 使用 VS 2013 存储应用程序 Windows。

现在我正在使用 Microsoft VS Community 2015 (v 14..) 并且我使用 WPF 创建了一个 Windows 桌面应用程序, 但我不能再远程调试了,只能 运行ning with/out debug.

请问如何使用 VS2015 远程调试桌面应用程序?

我尝试使用此 msdn tutorial 但是当我 运行 我的应用程序时它显示如下消息:

"error in trying to execute the project: Impossible to start debugging. The debugger is not able to connect to remote computer. Impossible to solve the specified computer name"

"error in trying to execute the project: Impossible to start debugging. The debugger is not able to connect to remote computer. Impossible to solve the specified computer name"

这是聊天中发生的事情;

  • 首先尝试使用 IP 地址而不是主机名。
  • @eeadev 然后安装了新版本的远程调试器,这导致它可以工作,但没有命中断点。
  • 我告诉@eeadev 将调试文件夹的内容移动到远程服务器,因为与用于调试的 pdb 文件有关。
  • @eeadev 完成上述操作后,一切正常。快乐的时光!