Skip to content
Pre-release. v0.1.0 is not tagged and there are no published binaries yet. Install from source. Commands on this site were run against the current main.

lazydap continue

Also spelled lazydap c.

Resume the program

lazydap continue [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.