Trace Into

Shortcut key: F8

The Trace Into command single-steps through your program, entering each routine as it is called.

When execution reaches a routine call, Trace Into steps from the statement that calls the routine to the first executable statement in the routine. You can then debug the routine using the Continue to Cursor or Trace Into commands.

If source files have changed, a prompt asks if the program should be rebuilt.

Related Commands

Run menu: Restart, Go, Continue to Cursor, Step Over

See Also

Controlling Program Execution, page 43