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.