Step Over

Shortcut key: F10

The Step Over command single-steps through your program and executes code without entering each routine as it is called. This command lets you skip routines you have already debugged.

Once you have verified that a routine works as designed, use Step Over to save time as you continue debugging.

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

Related Commands

Run menu: Restart, Go, Trace Into

See Also

Controlling Program Execution, page 43