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\")
Visual Studio Debugger Team created an extension that does that automagically: https://marketplace.visualstudio.com/items?itemName=vsdbgplat.MicrosoftChildProcessDebuggingPowerTool