step-out
Command Function
Finishes the execution inside the function and returns to the call location.
Syntax
1 | step-out/so [-h | --help] |
The step-out command can be abbreviated as so.
Parameter Description
Parameter |
Description |
|---|---|
None |
Finishes the execution inside the function and returns to the call location. |
-h/--help |
Obtains help information. This parameter is optional. |
Example
Display the information about step-out functions:
1 | step-out -h
|
Command output:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | OVERVIEW Run this command to finish the execution in the function and return to the calling location. USAGE step-out/so [-h | --help] OPTIONS -h, --help Get help information. EXAMPLE # Finishes the execution in the function and return to the calling location. step-out |
Parent topic: Debugging Operation Commands