Rate This Document
Findability
Accuracy
Completeness
Readability

continue

Command Function

Executes the application to the next breakpoint or until the application ends.

Syntax

continue/c [-h | --help]

The continue command can be abbreviated as c.

Example

Display the information about continue functions:

1
continue -h

Command output:

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