Debug Breakpoint Properties Page

Set debug breakpoint properties to enable or disable a breakpoint, and to enable a specific condition for the breakpoint.

Property Description
Enable checkbox Enables or disables the breakpoint.
Enable Condition checkbox Select to enable a condition.
Enable Condition text box Indicate a condition (or rule) for a parameter or variable that stops the execution of a program at a breakpoint if the condition is true. For example, if you indicated @p1>3, WorkSpace would stop execution if the value of p1 was greater than 4. If the condition is false, the breakpoint is skipped.
Related concepts
Breakpoints View
Breakpoints
Related tasks
Setting a Breakpoint
Enabling or Disabling a Breakpoint
Removing a Breakpoint


Created June 25, 2009. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com