Step Over
Using Step Over, execution proceeds one statement at a time within the script where the execution point is now located. If the next line to execute is a call to a Sub/Function, all the lines within the Sub/Function are executed in a single step (no stop) and execution stops at the next line in the current script.
To use Step Over, press F12 when the Editor window has the focus, or select Debug/Step Over menu option, or click the Step Over icon
in the Debug toolbar (select View/Debug toolbar menu option to make the Debug toolbar displayed).
See also