Step Out Button

At run time, click the button to execute the remaining code within the current function and return to the calling function.

Once returned to the calling function, the macro enters break mode on the instruction after the original function call. This command is useful for skipping over the steps within external functions that have already been debugged. This command can also be accessed from the Debug menu or by pressing CTRL+F8.