step-out
Command Function
Finishes the execution inside the function and returns to the call location.
Syntax
step-out/so [-h | --help]
The step-out command can be abbreviated as so.
Example
Display the information about step-out functions:
1 | step-out -h
|
Command output:
OVERVIEW
Run this command to finish the execution in the function and returns to the calling location.
USAGE
step-out/so
[-h | --help]
OPTIONS
-h, --help
Get help information.
EXAMPLE
# Finishes the execution in the function and returns to the calling location.
step-out
Parent topic: Debugging Operation Commands