Skip to content

pgrho/vsdebugger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Subprocess Debugging Helper for .NET Framework/Visual Studio#

Attaches Visual Studio Debugger to a subprocess that is within debugging sln.

#Usage#

  1. Import Shipwreck.VSDebugger namespace.
  2. Get DebuggerInfo of main process by calling DebuggerInfoProvider.GetDebuggerInfo().
  3. Launch some process.
  4. Attach the DebuggerInfo to new process by DebuggerInfoProvider.AttachTo(DebuggerInfo, int processId).

#NuGet#

https://www.nuget.org/packages/Shipwreck.VSDebugger/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages