Reputation: 12675
We used to have an attach to process macro in VS 2010. This was incredibly handy. Now that macros are gone in visual studio 2012, does a plugin exist that can do this for us? Our macro would attach to the w3.exe process and it was beautiful!
Maybe I need to convert our macro to a plugin?
Upvotes: 7
Views: 2411
Reputation: 30618
I use this extension to do what you have described: AttachTo extension (Search for AttachTo in the Extensions list in VS)
Upvotes: 9