Why are no Symbols loaded when remote debugging?

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

    • On the Tools menu in Visual studio 2010, choose Options.
    • In the Options dialog box, open the Debugging node and then click Generals.
    • Check Show all settings if needed and locate Enable Just My Code (Managed only)
    • Uncheck it and click OK

    After you can attach the remote process

提交回复
热议问题