How can I see all breakpoints in Visual Studio 2013?

18,815

Solution 1

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

Solution 2

You can select from top menu bar: Debug -> Windows -> Breakpoints

Share:
18,815
Teoman shipahi
Author by

Teoman shipahi

SOreadytohelp Catching the exceptions.

Updated on June 02, 2022

Comments

  • Teoman shipahi
    Teoman shipahi about 2 years

    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?

  • FuriousFolder
    FuriousFolder over 9 years
    There's no "simply" about it. This is /hard/ to find. The official M$ pages didn't have it readily available. +1
  • BradleyIW
    BradleyIW about 9 years
    Please read the question carefully. His problem is that he unable to find breakpoints through this path.
  • Jeff
    Jeff over 8 years
    This doesn't work for me in Visual Studio Express 2013 for Web -- I'm not sure if this is different from Visual Studio Express 2013 preview.
  • hfrmobile
    hfrmobile almost 8 years
    This is the correct answer - he should ware glasses ... ;-)
  • Patrick
    Patrick about 7 years
    The shortcut is Ctrl + D, B. Maybe that will work, even if the menu option is missing (VS 2015).