the breakpoint will not currently be hit no symbols loaded

前端 未结 1 1011
走了就别回头了
走了就别回头了 2020-12-11 11:43

I want to debug on the customer\'s machine (Windows Server 2003) to track a problem, and out product is based on .NET 2.0. I want to use DbgCLR.exe to debug a file A

相关标签:
1条回答
  • 2020-12-11 12:08

    Go to Debug / Windows / Modules. Find the AAA.dll, right click and select Load Symbols.

    Also, you may need to disable JustMyCode in Tools / Options / Debugging.

    0 讨论(0)
提交回复
热议问题