-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
30: Remove CLI mode from probe-rs-debugger r=Yatekii a=noppej There are two linked PR's that depend on each other: - [probe-rs/probe-rs](probe-rs/probe-rs#1041) - [probe-rs/vscode](#30) - A WIP release is available for testing at [probe-rs-debugger-0.3.6.vsix](https://github.com/probe-rs/vscode/releases/download/v0.3.6/probe-rs-debugger-0.3.6.vsix) 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 ``` Co-authored-by: JackN <[email protected]>
- Loading branch information
Showing
2 changed files
with
11 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters