Skip to content

Instantly share code, notes, and snippets.

@rbirkby
Last active October 22, 2015 06:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rbirkby/f729b612e5ad21a3ce33 to your computer and use it in GitHub Desktop.
Save rbirkby/f729b612e5ad21a3ce33 to your computer and use it in GitHub Desktop.
Visual Studio Attach to IIS macro
# 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