Breakpoints

Breakpoints control when the debugger interrupts the 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 code of the procedure is shown.

  • If you already have a connection selected and it is the same connection that hit the breakpoint, the source code of the procedure is shown.

  • 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
Changing the status of a breakpoint
Editing breakpoint conditions