Running to a Location
To run until a breakpoint is reached
- From the Debug menu, click Go.
To run to the cursor
Open a source file, and move the insertion point to the location where you want the debugger to break.
From the Debug menu, click Run To Cursor.
The Run To Cursor command also works in the Call Stack window and the Find box on the Standard toolbar.
Tip You can use the Run To Cursor command to return to an earlier stored procedure to retest your application, using different values for variables.