Clear all breakpoints in a Visual Studio solution

Visual Studio

Visual Studio Problem Overview


Is there a shortcut to clear all breakpoints within all projects within a solution in Visual Studio?

Visual Studio Solutions


Solution 1 - Visual Studio

Debug > Delete All Breakpoints

or

Shortcut : CTRL + SHIFT + F9

This works in Debug mode as well.

Solution 2 - Visual Studio

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

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionlomaxxView Question on Stackoverflow
Solution 1 - Visual StudioRPM1984View Answer on Stackoverflow
Solution 2 - Visual StudioBeemerGuyView Answer on Stackoverflow