TOC PREV NEXT INDEX DOC LIST MASTER INDEX




Run To

The Run To command allows you to quickly go to any location currently displayed, either in the Language Editor or the Source window. Place your cursor on the location you wish to visit and select Run To. The current position will be changed to be the location of the cursor. From a debugger window, the Run To command is accessed from the Execution menu (Execution > Run To). From an editor window, the Run To command is accessed from the Debug > Step menu (Debug > Step > Run To).

Run To is effectively setting a breakpoint at the cursor location, executing a continue command to get to that location, then deleting the breakpoint.

Note: The Run To command is equivalent to typing the following sequence of commands in the Source Window or Command Line Pane: b, g, d.. If the Source window is displayed, pressing t in it is equivalent to selecting Run To.


Rational Software Corporation 
http://www.rational.com
support@rational.com
techpubs@rational.com
Copyright © 1993-2001, Rational Software Corporation. All rights reserved.
TOC PREV NEXT INDEX DOC LIST MASTER INDEX TECHNOTES APEX TIPS