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 launches

List the project’s named launch configurations, or run one.

They come from .lazydap/state.toml and from .vscode/launch.json, which lazydap reads and never writes.

lazydap launches [OPTIONS] <COMMAND>

Show every launch configuration, and whether lazydap can run it

lazydap launches list [OPTIONS]

Start the configuration with this name

lazydap launches run [OPTIONS] <NAME>
Argument Description
<NAME> Its name in launch.json or state.toml
Flag Description
--stop-on-entry Stop at the program’s entry point, whatever the configuration says

Plus the options every command takes.