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.
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2014, SAP AG or an SAP affiliate company. - SAP Sybase SQL Anywhere 16.0 |