#Subprocess Debugging Helper for .NET Framework/Visual Studio#
Attaches Visual Studio Debugger to a subprocess that is within debugging sln.
#Usage#
- Import
Shipwreck.VSDebuggernamespace. - Get
DebuggerInfoof main process by callingDebuggerInfoProvider.GetDebuggerInfo(). - Launch some process.
- Attach the
DebuggerInfoto new process byDebuggerInfoProvider.AttachTo(DebuggerInfo, int processId).
#NuGet#