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