step-out命令
命令功能
从当前函数内部执行完并返回到调用处。
命令格式
step-out/so [-h | --help]

step-out命令可简写为so。
使用示例
执行以下命令,查看step-out支持的功能信息:
1 | step-out -h
|
返回信息如下:
OVERVIEW Run this command to finish the execution in the function and returns to the calling location. USAGE step-out/so [-h | --help] OPTIONS -h, --help Get help information. EXAMPLE # Finishes the execution in the function and returns to the calling location. step-out
父主题: 调试动作命令