42

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?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Teoman shipahi
  • 47,454
  • 15
  • 134
  • 158

3 Answers3

59

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

Jamal
  • 763
  • 7
  • 22
  • 32
RobZ
  • 607
  • 5
  • 3
  • 17
    There's no "simply" about it. This is /hard/ to find. The official M$ pages didn't have it readily available. +1 – FuriousFolder Feb 04 '15 at 19:41
  • 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. – Jeff Jan 14 '16 at 00:22
44

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

Anson
  • 459
  • 4
  • 3
0

In Visual Studio 2013 I see the shortcut Ctrl + D + B.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
searcher
  • 51
  • 5