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

SQL Anywhere 11.0.0 » SQL Anywhere Server - SQL Usage » Stored Procedures and Triggers » Debugging procedures, functions, triggers, and events

 

Working with breakpoints

Breakpoints control when the debugger interrupts execution of your source code.

When you are running in Debug mode, and a connection hits a breakpoint, the behavior changes depending on the connection that is selected:

  • If you do not have a connection selected, the connection is automatically selected and the source for the procedure is shown to debug it.
  • If you already have a connection selected and it is the same connection that hit the breakpoint, the source for the procedure is shown to debug it.
  • If you already have a connection selected, but it is not the connection that hit the breakpoint, a window appears that prompts you to change to the connection that encountered the breakpoint.

Setting breakpoints
Disabling and enabling breakpoints
Editing breakpoint conditions