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

10,445

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:

enter image description here enter image description here

Share:
10,445
serhio
Author by

serhio

I like .NET and started learning PHP. email: gserhio[at]gmail[.]com

Updated on June 05, 2022

Comments

  • serhio
    serhio almost 2 years

    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?

  • AbstractDissonance
    AbstractDissonance over 8 years
    It would be nice if one could run this automatically after a build.