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
| Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |