8

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?

Community
  • 1
  • 1
serhio
  • 28,010
  • 62
  • 221
  • 374

2 Answers2

6

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

sehe
  • 374,641
  • 47
  • 450
  • 633
-5

In VS 2013, Go to Tools-> Attach to procress-> select iisexpress.exe