7

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?

Darthg8r
  • 12,377
  • 15
  • 63
  • 100
  • Possible duplicate of [Visual Studio - Attach to process shortcut](http://stackoverflow.com/questions/6696746/visual-studio-attach-to-process-shortcut) – Tim Abell Feb 16 '17 at 11:58

1 Answers1

9

I use this extension to do what you have described: AttachTo extension (Search for AttachTo in the Extensions list in VS)

Dave New
  • 38,496
  • 59
  • 215
  • 394
Richard
  • 29,854
  • 11
  • 77
  • 120