Debugger Breakpoints dialog

The Debugger Breakpoints dialog has the following components:

All breakpoints    A list of all breakpoints in the current database.

Close    Close the Breakpoints dialog.

Edit    Edit the currently selected breakpoint. For example, you can set or modify a condition that must be satisfied before the breakpoint interrupts execution.

View Code    Close the Breakpoints dialog and show code for the selected breakpoint.

Enable    Enable the selected breakpoint, so that it interrupts execution. The breakpoint is shown as a red circle in the code window.

Disable    Disable the selected breakpoint, so that it does not interrupt execution. The breakpoint is shown as a gray circle in the code window.

Remove    Delete the selected breakpoint from the list.

New Breakpoint    Create a new breakpoint.

See also