Adds "Attach to IIS", "Attach to IIS Express" and "Attach to NUnit" commands to Tools menu.
Now you can start debugging web site hosted in local IIS server or failing NUnit test quicker than before:)
AttachTo extension provides options to hide commands not relevant to you. You can also assign shortcut using Tools -> Options -> Keyboard.
Check out the source code at https://github.com/whut/AttachTo.
Changelog AttachTo v1.0.1 - 2012-02-08 - Fixed that show/hide menu commands where not applied immediately after Visual Studio restart
- Tools menu commands to attach to IIS, IIS Express and NUnit |