Debugger Edit or Add Breakpoint dialog

The Debugger Edit or Add Breakpoint dialog has 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'

For more information, see .

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    Check this box for the breakpoint to interrupt execution.

See also