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 Breakpoints dialog Next Page

Debugger Edit or Add Breakpoint dialog


The Debugger Edit and Add Breakpoint dialogs have the following components:

Server    The database server to which the breakpoint applies.

Database    The database to which the breakpoint applies.

Procedure    For SQL procedures, the stored procedure to which the breakpoint applies.

Class    For Java classes, the class to which the breakpoint applies.

Condition    A condition that must evaluate to true for the breakpoint to interrupt execution.

The condition does not have to depend only on variables within the procedure. For example, you can set a breakpoint to apply to a connection made by a specified user, you can enter the following condition:

CURRENT USER = 'user-name'

See Search conditions.

Count    The number of times the breakpoint is skipped before it interrupts execution. A value of 0 means that the breakpoint always stops execution.

Enable this breakpoint    Select this option for the breakpoint to interrupt execution.

See also