Why are no Symbols loaded when remote debugging?

后端 未结 14 729
星月不相逢
星月不相逢 2020-12-08 00:33

I want to use remote debugging. The program that I want to debug runs on machine b. Visual Studio runs on machine a.

On machine b I have a folder with the following

14条回答
  •  既然无缘
    2020-12-08 00:59

    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.

提交回复
热议问题