quit命令
命令功能
立即终止调试会话退出程序。
命令格式
1 | quit/q [-h | --help] |

quit命令可简写为q。
使用示例
执行以下命令,查看quit支持的功能信息:
1 | quit -h
|
返回信息如下:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | OVERVIEW Run this command to terminate the debugging session and exits the application immediately. USAGE quit/q [-h | --help] OPTIONS -h, --help Get help information. EXAMPLE # Terminates the debugging session and exits the application immediately. quit |
父主题: 调试动作命令