EcoStruxure Machine Expert version 1.1 does not support the M258, LMC058 and LMC078 controllers.

Step Out

Overview

Default shortcut: Shift + F10

The Debug > Step Out command can be used when stepping through a program in online mode, for example for debugging purposes.

If the application program does not contain any calls, Step Out will jump back to the start of the application. If however, you previously have stepped into a called POU, Step Out will jump back to calling instruction. In case of nested calls, Step Out will lead you back through the hierarchy of callers step-by-step. This allows you to go back and step into another called POU.

See also Step Into command and Step Over command.