How can I see all breakpoints in Visual Studio 2013?

Teoman shipahi picture Teoman shipahi · Jul 12, 2013 · Viewed 17.3k times · Source

I can toggle breakpoints for any line, but I could not see the list of all breakpoints (Breakpoints window).

When I go menu DebugWindows → ... It does not show me Breakpoints window.

Am I missing something?

Answer

RobZ picture RobZ · Jul 10, 2014

Simply use the keyboard shortcut Ctrl + Alt + B, which should show you the breakpoints window.