Deleting a Breakpoint

Deleting a breakpoint removes it from the current Builder session. You can delete both disabled and enabled breakpoints.

To delete a breakpoint:

  1. Choose Debug | Debug Windows | Breakpoints from the menu to display the Breakpoints window.
  2. Click the Breakpoints tab to display the current list of breakpoints.
  3. Select the breakpoint you wish to delete by highlighting (single-clicking) it.
  4. Choose Remove from the pop-up menu (right-click in Windows).

Tip: You can also double-click in the left margin next to a source line to set a breakpoint there or choose Debug | Insert/Remove Breakpoint from the main menu.

The breakpoint is removed from the list and the breakpoint is deleted in the current Builder session. In the PL/SQL Editor, the breakpoint icon next to the source line is also removed.

To delete all breakpoints:

  1. Choose Debug | Debug Windows | Breakpoints from the menu to display the Breakpoints window.
  2. Click the Breakpoints tab to display the current list of breakpoints.
  3. Choose Remove All from the pop-up menu (right-click in Windows).

    The list of breakpoints are removed from the window and the breakpoints are deleted in the current Builder session.


About Breakpoints and Executable Source Lines

Creating a Breakpoint

Disabling and Enabling a Breakpoint

Viewing a List of Breakpoints