加载远程调试符号
我正在尝试使用代码 在这里找到。该示例建议使用本地安装的 TFS 进行调试。我想用我设置的开发 TFS 2010 服务器尝试一下。所以我在那台机器上安装了 Remote Debugger x64 并尝试远程调试。
该计算机上运行着 3 个 w3wp.exe 进程。但我尝试附加到它们中的每一个,每次我执行断点时都会说:
当前不会命中断点。该文档尚未加载任何符号。
当我构建时,我将构建中的所有文件输出到 TFS 计算机上的插件文件夹中。我应该在本地保留一些文件以进行符号加载吗?有没有办法手动指向符号文件?什么是符号文件?
更新:我让它运行了几次。但现在它不再起作用了。 (TFS 已启动并正在工作,但断点给了我上述消息......)
I am trying to debug a plug-in for TFS 2010 using the code found here. That example recommends using TFS installed locally to debug. I wanted to try it with a dev TFS 2010 Server I have setup. So I installed Remote Debugger x64 on that machine and tried to remote debug.
There are 3 w3wp.exe processes running on that machine. But I tried attaching to each of them and every time I do my break point say:
The breakpoint will not currently be hit. No symbols have been loaded for this document.
When I build I output all the files from the build to the plug-in folder on the TFS Machine. Should I be keeping some file local for symbol loading? Is there someway to manually point to the symbol file? What is the symbol file?
Update: I got it to work for a few runs. But now it is not working again. (TFS is up and working, but the break points give me the above message....)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
想通了。
结果:禁用的断点现已启用
Figured it out.
RESULT: The disabled break points are now enabled