Visual Studio: auto attach to a process when the process is spawned

后端 未结 10 1098
青春惊慌失措
青春惊慌失措 2020-12-04 13:47

I want to attach to a process(a.exe) as soon as it is spawned, is it doable with VS? I only know the name of the process. Actually what I want to accomplish is set a breakpo

10条回答
  •  一生所求
    2020-12-04 14:37

    If C# code being launched by unmanaged code then make sure you check "Unmanaged code debugging" @Project properties --> debug options..

提交回复
热议问题