【发布时间】:2014-05-08 18:38:11
【问题描述】:
请不要将其标记为重复 ..因为我已经看到了所有解决方案,但对我的情况没有任何效果..
我有两台机器 devMachine 和 serverMachine
在 devMachine 我正在使用 Visual Studio 开发应用程序,现在我有一个简单的 Console Application..我需要运行serverMachine 中的此 Console Application 并通过 Remote Debugging 从 devMachine 进行调试。
正如微软文档中所说,我在 serverMachine 中安装了 Remote Debugging tool 并将身份验证模式设置为 Native (No Authentication) 和在 serverMachine 中运行控制台应用程序。
现在,我在 devMachine 的 Visual Studio 中附加了远程进程。一切正常
但唯一的问题是 breakpoint 在 Visual Studio 中没有 hitting
注意:我已将所需的 .pdb 文件放在 serverMachine 中,并将该 .pdb 文件路径设置为devMachine 的 Visual Studio(Tools->Option->Debugging->Symbols)。
谁能帮我解决这个问题?
【问题讨论】:
标签: c# visual-studio-2010 visual-studio debugging remote-debugging