Darthg8r
Darthg8r

Reputation: 12675

Attach To Process in 2012

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

Answers (1)

Richard
Richard

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

Related Questions