Clear all breakpoints in a Visual Studio solution

Solution 1:

Debug > Delete All Breakpoints

or

Shortcut : CTRL + SHIFT + F9

This works in Debug mode as well.

Solution 2:

I personally find it easier to hold ALT, and double-press D.
Which translates to Debug menu, Delete All Breakpoints.