且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

为什么远程调试时没有加载符号?

更新时间:2023-02-22 10:22:51

确保将随程序集生成的 .PDB 文件复制到远程计算机上的同一文件夹中.这将允许调试器拾取调试符号.

Make sure you copy the .PDB file that is generated with your assembly into the same folder on the remote machine. This will allow the debugger to pickup the debug symbols.