Visual Studio 2012 Remote Debugging: Invalid access to memory location

前端 未结 4 1120
轮回少年
轮回少年 2021-02-01 03:00

I followed the instructions in this link: http://msdn.microsoft.com/en-us/library/bt727f1t.aspx to install the remote debugger (2012) on my server where the application is runni

4条回答
  •  难免孤独
    2021-02-01 03:45

    It turns out the one thing I missed was to tell Visual Studio where to find the .pdb symbols relating to the remote process. To do this go to Tools -> Options -> Debugging then in the Symbol (.pdb) locations add the remote location to the pdb files.

    To clarify, I was attaching fine but could not break into code. Now I can. Be aware though that there are other hurdles before you get to my stage where I was attaching to the process successfully but could not catch a breakpoint.

提交回复
热议问题