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

continue命令

命令功能

继续执行程序直到遇到下一个断点或结束。

命令格式

continue/c [-h | --help]

continue命令可简写为c。

使用示例

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

1
continue -h

返回信息如下:

OVERVIEW
    Run this command to execute the application to the next breakpoint or until the application ends.

USAGE
    continue/c
    [-h | --help]

OPTIONS
    -h, --help
    Get help information.

EXAMPLE
    # Executes the application to the next breakpoint or until the application ends.
    continue