probe-rs / vscode

VSCode debug extension for probe-rs. It uses the MS DAP protocol to communicate directly with the probe (via probe-rs), and supports basic command line debugging in addition to VSCode UI.
https://probe.rs/
Other
65 stars 6 forks source link

Remove CLI mode from probe-rs-debugger #30

Closed noppej closed 2 years ago

noppej commented 2 years ago

There are two linked PR's that depend on each other:

Henceforth, the probe-rs-debugger command will only accept four CLI commands:

USAGE:
    probe-rs-debugger <SUBCOMMAND>

OPTIONS:
    -h, --help       Print help information
    -V, --version    Print version information

SUBCOMMANDS:
    debug         Open target in debug mode and accept debug commands. This only works as a
                      [protocol::DapAdapter] and uses DAP Protocol debug commands (enables
                      connections from clients such as Microsoft Visual Studio Code)
    help          Print this message or the help of the given subcommand(s)
    list          List all connected debug probes
    list-chips    List all probe-rs supported chips
bors[bot] commented 2 years ago

Build succeeded: