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

SAP Sybase SQL Anywhere 16.0 » Context-Sensitive Help » SQL Anywhere plug-in help » Debugger help

 

Debugger Edit or New 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.

  • Condition   A condition that must evaluate to true for the breakpoint to interrupt execution. See Search conditions.

    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 by entering the following condition:

    CURRENT USER = 'user-name'

  • 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