I was wondering if anyone knew of a macro or keyboard shortcut or anything really that would automate Attaching to a Process within visual studio?
CTRL + ALT + P
brings up the dialog box. Then hit the first letter of the process you want to attach to, e.g. W
for w3wp.exe
System.Diagnostics.Debugger.Break()
"If no debugger is attached, users are asked if they want to attach a debugger. If yes, the debugger is started. If a debugger is attached, the debugger is signaled with a user breakpoint event, and the debugger suspends execution of the process just as if a debugger breakpoint had been hit."
-- http://msdn.microsoft.com/en-us/library/system.diagnostics.debugger.break.aspx
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With