step-in
Command Function
Executes the current line, and steps into the function when calling a function.
Syntax
1 | step-in/si [-h | --help] |
The step-in command can be abbreviated as si.
Parameter Description
Parameter |
Description |
|---|---|
None |
Executes the current line, and steps into the function when calling a function. |
-h/--help |
Obtains help information. This parameter is optional. |
Example
Display the information about step-in functions:
1 | step-in -h
|
Command output:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | OVERVIEW Run this command to execute the current line. If a function is called, enter this function. USAGE step-in/si [-h | --help] OPTIONS -h, --help Get help information. EXAMPLE # Executes the current line. If a function is called, enter this function. step-in |
Parent topic: Debugging Operation Commands