How can I see all breakpoints in Visual Studio 2013?

breakpoints, visual-studio-2013

Solution

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

Problem

I can toggle breakpoints for any line, but I could not see the list of all breakpoints (Breakpoints window). When I go menu Debug → Windows → ... It does not show me Breakpoints window. Am I missing something?

Original source

Related problems