Viewing a List of Breakpoints

Use the Breakpoints window to display a list of enabled and disabled breakpoints set in the current Builder session.

To view a list of breakpoints:

  1. Choose Debug | Debug Windows | Breakpoints from the menu to display the Breakpoints window.
  2. Click the Breakpoints tab to display the list of breakpoints currently available in the Builder session.

    The breakpoints are listed in the order they were created. Each breakpoint is identified by a source unit name and number of the source line where it was created.

    The check box indicates whether the breakpoint is currently disabled (unchecked) or enabled (checked).

About Breakpoints and Executable Source Lines

Creating a Breakpoint

Deleting a Breakpoint

Disabling and Enabling a Breakpoint

Viewing Source Code from the Breakpoints Window