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.
Set breakpoints
Disable and enable breakpoints
Edit breakpoint conditions
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |