Go to Glossary Go to Search Go to IBM C and C++ Compilers Help Home Page Go to IBM Software WWW Site

Run to Location

Shortcut key: [L] Menu: Run->Run to location (from Source/Session Control windows)

Run to location executes the program up to the currently highlighted line in the Source window. The debugger starts executing where it last stopped (for example, after a breakpoint) or, if you have not yet run the program in this session, at the beginning of the program. When you select Run to location, execution continues until one of the following occurs: