Examining Breakpoints with the Breakpoints Window

To see the list of breakpoints, choose Viewthen choose Debug Windows - Breakpoints from the main menu. Breakpoints that have been verified as valid by the debugger are indicated by verified_breakpoint_icon . You can use the Breakpoints window to quickly find the breakpoint location in your source code.

To use the Breakpoints window to locate a breakpoint in the source editor:
  1. In the Breakpoints window, select a breakpoint.
  2. Right-click and choose Go to Source for Breakpoint from the context menu.

Related topics

Setting Preferences for the Debugger Windows
About Breakpoints
Setting Source Breakpoints
Editing a Breakpoint
Disabling and Deleting Breakpoints
About Valid and Invalid Breakpoints