Why are no Symbols loaded when remote debugging?

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

    I was able to get this working by going to Project Properties, Compile tab and setting the Build output path to my remote machine eg \myserver\myshare\myappdir

    In the debug tab I have Use remote machine checked and set to myserver

提交回复
热议问题