Debug exe in visual studio 2010

前端 未结 2 724
暗喜
暗喜 2021-01-26 03:25

Is there a way to debug external exe using visual studio 2010 by shift+double click to run the exe. Normally, to run the application in a special mode we have press the shift a

2条回答
  •  -上瘾入骨i
    2021-01-26 04:03

    If I understand enough of that, you want to debug a program not launched by VS.. In vs pro+ you can select "debug" and then "Attach to process" so you would start your applicaiton and then can attach to it.

提交回复
热议问题