Step Over (Debug Menu)
The Step Over selection of the Debug menu causes the program to perform the statement at the current instruction point and then break. If the current instruction is a CALL or CALLS statement, the statements in the call routine are executed and the break will occur at the next instruction after the CALL.
To quickly perform a Step Over action, press the F10 key.
See also: Debugging
![]() |