Visual Studio: How to attach a debugger dynamically to a specific process
- by Jeff Cyr
I am building an internal dev tool to manage different processes commonly used in our development environment. The tool show the list the monitored processes, indicate their running state and allow to start or stop each process.
I'd like to add the functionality of attaching a debugger to a monitored process from my tool instead of going in…