Running

You can have a procedure run until one of the following occurs:

To run a procedure, do one of the following:

If you select Run to Line in the editor, the stored procedure will run to the selected line unless an active breakpoint is hit or the end of the stored procedure is reached. You select the line by moving the cursor to it.

To run a stored procedure to a specific line number:

  1. Make sure the line to run to is visible in the editor by using the scroll bar or cursor keys to locate the line.

  2. Ensure that the editor cursor is in the line and run the stored procedure to the cursor by right-clicking on the line and selecting Run To Line from the pop-up menu.

If you run a stored procedure until its end is reached, you can relaunch the stored procedure by selecting Run > Debug Last Launched from the menu bar or by pressing F11.