Breakpoints View

The Breakpoints view gives you the tools to manage your code breakpoints. While you can set or disable breakpoints in the code editor, the Breakpoints view gives you more control over your breakpoints, allows you to easily find breakpoints in your code, and lets you choose how to group them in the display.

breakpoints_view_window.gif

By default, the Breakpoints view is only included in the Debug perspective.

Tip
For information on setting breakpoints, see Breakpoints.

To add the Breakpoints view to the IDL perspective:

  1. Select Window  Show View  Other.
  2. On the Show View dialog, select Debug  Breakpoints.
  3. Click OK.

To add the Breakpoints view to the Debug perspective, click Window  Show View  Breakpoints.

Toolbar

The toolbar of the Breakpoints view contains the following buttons:

breakpoints_view_buttons.jpg

Toolbar Button
Description

Remove Selected Breakpoints

Removes the selected breakpoints from the code.

Remove All Breakpoints

Removes all breakpoints from the code.

Show Breakpoints Supported by Selected Target

When this option is selected, the Breakpoints view displays only the breakpoint types that are supported by the work file.

For example, if you are working in an IDL file and you select this option, only IDL breakpoints display.

Go to File for Breakpoint

For a breakpoint selected in the list, highlights the associated line in the source editor. You can also double-click on the selected breakpoint.

Skip all Breakpoints

This button toggles all breakpoints off or on.

Expand All

Expands all the breakpoint groups so that every group member is visible.

Collapse All

Collapses all the breakpoint groups, so that only the group names are visible.

Link with Debug View

When this option is selected, each activated breakpoint in the Breakpoints view is highlighted.

For example, if the file you are executing has seven breakpoints that are displayed in the Breakpoints view, as each breakpoint is reached, the associated entry in the Breakpoints view is highlighted.

Menu

Provides menu items that allow you to:

  • Specify how breakpoints are grouped in the display
  • Select/deselect the default working set to display.
  • Select one or more working sets to display.

Minimize

Minimizes the view in the perspective.

Maximize

Maximizes the view in the perspective.