How to start a child process in the same Visual Studio debugging session as the parent, programmatically?

后端 未结 4 1819
攒了一身酷
攒了一身酷 2020-12-15 05:28

When running a process under the debugger, I would like to start a child process in the same debugger.

Currently, I use

Process.Start(\"sample.exe\")         


        
4条回答
  •  醉梦人生
    2020-12-15 06:09

    Visual Studio Debugger Team created an extension that does that automagically: https://marketplace.visualstudio.com/items?itemName=vsdbgplat.MicrosoftChildProcessDebuggingPowerTool

提交回复
热议问题