VS 2012 Add Shortcuts for “Disable all breakpoints” and “Enable all breakpoints”?

妖精的绣舞 提交于 2019-12-11 22:22:49

问题


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



来源:https://stackoverflow.com/questions/19456179/vs-2012-add-shortcuts-for-disable-all-breakpoints-and-enable-all-breakpoints

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!