See all breakpoints in Visual Studio 2010+

Visual Studio-2010Visual StudioBreakpoints

Visual Studio-2010 Problem Overview


Is there a window in Visual Studio 2010 and newer where I can see all the breakpoints that I have in my project or solution?

Visual Studio-2010 Solutions


Solution 1 - Visual Studio-2010

Try Debug -> Windows -> Breakpoints.

Solution 2 - Visual Studio-2010

Default Shortcuts:

To open the break point window: Ctrl+D, B

If you wanted to delete all breakpoints: Ctrl+F9

Solution 3 - Visual Studio-2010

Ctrl+Alt+B in Visual Studio 2010.

Solution 4 - Visual Studio-2010

Breakpoints window is not included in some Express versions of Visual Studio.
Its included in Pro, Premium, and Ultimate. Here is the manual for the versions : http://msdn.microsoft.com/en-us/library/02ckd1z7%28v=VS.100%29.aspx

Solution 5 - Visual Studio-2010

Tools> Settings> Expert Settings 

Solution 6 - Visual Studio-2010

C# Express 2010 does not include the command CTRL + ALT + B; The options Tools> Settings> Expert Settings work only if you need more options, but for view all the break points are not incluyed.

Solution 7 - Visual Studio-2010

To open the Breakpoints Window

On the Debug menu, point to Windows and then choose 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
Questionuser4951View Question on Stackoverflow
Solution 1 - Visual Studio-2010Martin LiversageView Answer on Stackoverflow
Solution 2 - Visual Studio-2010Tarun AroraView Answer on Stackoverflow
Solution 3 - Visual Studio-2010himaView Answer on Stackoverflow
Solution 4 - Visual Studio-2010Bengi BesçeliView Answer on Stackoverflow
Solution 5 - Visual Studio-2010Chandima JanakanthaView Answer on Stackoverflow
Solution 6 - Visual Studio-2010Sergio González CandiaView Answer on Stackoverflow
Solution 7 - Visual Studio-2010RyderView Answer on Stackoverflow