lazydap continue
Also spelled lazydap c.
Resume the program
lazydap continue [OPTIONS]Options
Section titled “Options”| Flag | Description |
|---|---|
--wait |
Block until the program pauses, exits or is terminated, and return one JSON object describing everything that happened. Always use this from a script or an agent |
--timeout <TIMEOUT> |
How long to wait, in seconds. 0 waits forever. Defaults to 30, or to LAZYDAP_TIMEOUT |
--all-threads |
Wait for every thread to stop, not just the first |
--thread <THREAD> |
Which thread to resume. Defaults to the one that stopped last |
Plus the options every command takes.
See also
Section titled “See also”- CLI overview — every command in one list
- JSON output — the shape of what comes back
- Errors and exit codes — what to do when it fails