远程调试器,单步执行汇编代码

发布于 2024-10-16 23:46:45 字数 143 浏览 4 评论 0原文

我正在使用 Visual Studio 中的远程调试器进行一些 WCF 调试。所有这些都工作得很好,但是当附加到远程进程时,我无法进入外部程序集中定义的代码。该程序集是我构建的,符号文件位于服务端的正确位置。如果我尝试进入代码,它只会跳过并继续其愉快的方式。我应该怎么办?

I am using the remote debugger in Visual Studio to do some WCF debugging. All of that is working great, but while attached to the remote process, I cannot step into code that is defined in an external assembly. Said assembly is built by me, and the symbol files are in the proper location on the service side. If I try to step into the code, it just skips over and goes on its merry way. What should I do?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

沒落の蓅哖 2024-10-23 23:46:45

好吧,就是这样,以我所有的愚蠢智慧,我刚刚将有问题的程序集重建为“调试”,现在一切都完美运行。去我吧。 :^P

OK, here it is, in all of my bone-headed wisdom, I just rebuilt the offending assembly as 'Debug' and now everything works perfectly. Go me. :^P

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