Automatically "Attach to Running Process" in Visual Studio 2012/2013

debugging, visual-studio, visual-studio-2012, visual-studio-2013

Solution

Two plugins that do this:

Debug Attach Manager

Find it here: VS2012 and VS2013

Indeed after initial selection of workers it's a simple Ctrl+Shift+Alt+F5 to re-attach the same.

The plugin handily shows the title of websites with the workers.

VSCommands

Find it here: VS2012 and VS2013

This is a larger plugin, which is quite popular, and has similar features but arguably more beautiful UI:

Problem

I have to debug in Visual Studio 2013 a site hosted on local IIS. For that purpose I sistematically use the "`Debug -> Attach to Process -> w3wp.exe`". I saw some macros solutions, like this one, that should work for the Visual Studio versions prior to VS 2012... Is there a way to do something on that point in the recent versions of VS?

Original source

Related problems