Why are no Symbols loaded when remote debugging?

后端 未结 14 765
星月不相逢
星月不相逢 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:51

    I had the same problem while remote debugging, it got resolved with the following steps on VS 2008:

    1. you copy the local pdb file along with your binaries
    2. Run the same version of msvmon as your application was built for, If your application is built for x86 architecture, you need to run the x86 version of msvmon, even If you are running it on x64 machine. It will give warning when you try to run, but it should run.

提交回复
热议问题