Last active
October 22, 2015 06:51
-
-
Save rbirkby/f729b612e5ad21a3ce33 to your computer and use it in GitHub Desktop.
Visual Studio Attach to IIS macro
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Paste this into the Nuget Package Manager window in Visual Studio to attach to all w3wp processes | |
$DTE.Debugger.LocalProcesses | ? Name -m "w3wp.exe" | % Attach |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment