Step Out

Step Out makes sense only when you use Step by Step execution in the middle of a Sub/Function. By using Step Out, all the lines of the Sub/Function where the execution point is now located are executed in a single step (no stop) and execution stops at the next line after the call.

To use Step Out, press Shift + F11 when the Editor window has the focus, or select Debug/Step Out menu option, or click the Step Out icon in the Debug toolbar (select View/Debug toolbar menu option to make the Debug toolbar displayed).

See also

Step into
Step over