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
父主题: 调试动作命令