我要评分
获取效率
正确性
完整性
易理解

step-in

Command Function

Executes the current line, and steps into the function when calling a function.

Syntax

step-in/si [-h | --help]

The step-in command can be abbreviated as si.

Example

Display the information about step-in functions:

1
step-in -h

Command output:

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