加载远程调试符号

发布于 2024-10-13 05:45:19 字数 585 浏览 4 评论 0原文

我正在尝试使用代码 在这里找到。该示例建议使用本地安装的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

卷耳 2024-10-20 05:45:19

想通了。

  1. 转到“调试”->“选项和设置”。
  2. 选择左侧的符号选项。
  3. 添加新的符号文件位置(到您要部署到的位置)
  4. 选择加载所有符号。

结果:禁用的断点现已启用

Figured it out.

  1. Go to Debugging->Options and Settings.
  2. Select the Symbols option on the left.
  3. Add a new symbols file location (to the location you are deploying to)
  4. Select load all symbols.

RESULT: The disabled break points are now enabled

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文