Clear all breakpoints in a Visual Studio solution
Is there a shortcut to clear开发者_高级运维 all breakpoints within all projects within a solution in Visual Studio?
Debug > Delete All Breakpoints
or
Shortcut : CTRL + SHIFT + F9
This works in Debug mode as well.
I personally find it easier to hold ALT, and double-press D.
Which translates to Debug menu, Delete All Breakpoints.
精彩评论