Debugger Edit or Add Breakpoint window

This window 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'

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