TOC PREV NEXT INDEX DOC LIST MASTER INDEX




Continue

The Continue command continues execution after the program has stopped for any reason (for example, a breakpoint has been reached or an exception has been raised). It is invoked from the Debug menu in an editor window and the Execution menu in a debugger window.

Note: Execution can also be continued by positioning your cursor in the Source window and entering g or r. g continues executing the program from where it stopped. To rerun the program from the beginning at any time, use the r command. These commands can also be entered through the Command Line Pane. Several additional execution commands including gs (go signal) and gw (go until a variable changes) can also be entered through the Command Line Pane. These are discussed in detail in Using the Apex Debugger.

Additional Topics

To see related information, click on a topic:


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