Step Over Command (Debug Menu)

Use this command to execute statements in step-over mode. In step-over mode, ATEasy considers subroutines as single statements and does not display their contents. The entire subroutine, regardless of its size, is executed as a single step. This mode may be useful to you when debugging a program, and after the subroutines' functionality and validity have been verified.

Shortcut: F10