This question already has an answer here:
- Visual Studio - Attach to process shortcut 12 answers
I am developing a .NET DLL for software which is not part of my solution (don't have source).
I'd really like to somehow implement a key shortcut that automatically attaches the DLL to a specific executable (ideally waiting for the exe to start).
What is the best way to go about this?
If there's a way to leave VisualBasic out of the picture that would be an extra bonus. (No offense to VB fans but I just don't like it)
Since macros don't exist in Visual Studio 2012, you will need to add an extension.
AttachTo is very good and lightweight. Search for it in Extensions and Updates (in Tools) in Visual Studio.