Search code examples
c++visual-studiodebuggingvisual-studio-2013breakpoints

List of breakpoints in Visual Studio 2013


Is there a way to view a list of all breakpoints (enabled and disabled) set in a project in Visual Studio 2013 Pro?

It seems that older versions have this feature, but I don't see a "Breakpoints" option under the debug menu (screenshot below) - I only see options for dealing with individual breakpoints once you're looking at them.

VS2013 Debug menu


Solution

  • Yes, the list is still available

    Debug / Windows / Breakpoints.

    The shortcut is Ctrl-D, B