ѺȐeallү
ѺȐeallү

Reputation: 3017

VS 2012 Add Shortcuts for "Disable all breakpoints" and "Enable all breakpoints"?

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

Answers (1)

Raja
Raja

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

Related Questions