鲲鹏社区首页
中文
注册
我要评分
文档获取效率
文档正确性
内容完整性
文档易理解
在线提单
论坛求助

step-in命令

命令功能

执行当前行,若遇到函数调用则进入该函数内部。

命令格式

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

step-in命令可简写为si。

使用示例

执行以下命令,查看step-in支持的功能信息:

1
step-in -h

返回信息如下:

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