远程调试器,单步执行汇编代码
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,就是这样,以我所有的愚蠢智慧,我刚刚将有问题的程序集重建为“调试”,现在一切都完美运行。去我吧。 :^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