Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere 10 - Context-Sensitive Help » SQL Anywhere Plug-in Help » Debugger help

Debugger Add Watch dialog Next Page

Debugger Breakpoints dialog


The Debugger Breakpoints dialog has the following components:

All breakpoints    A list of all breakpoints in the current database. The following is a description of the columns:

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    Create a new breakpoint.

See also