VS 2012 Add Shortcuts for “Disable all breakpoints

2019-09-09 03:01发布

问题:

How do I create short-cuts in visual studio 2012 for "Disable all breakpoints" and "Enable all breakpoints"?

Thanks in advance!

回答1:

Tools -> Options -> Environment : Keyboard

Scroll down to Debug.DisableAllBreakpoints Mark it as a global hotkey. And press a combo.

Rinse, Repeat for Debug.EnableAllBreakpoints