Reputation: 3017
How do I create short-cuts in visual studio 2012 for "Disable all breakpoints" and "Enable all breakpoints"?
Thanks in advance!
Upvotes: 0
Views: 620
Reputation: 3106
Tools -> Options -> Environment : Keyboard
Scroll down to Debug.DisableAllBreakpoints
Mark it as a global hotkey. And press a combo.
Rinse, Repeat for Debug.EnableAllBreakpoints
Upvotes: 1