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 5 forks source link

Support `probe-rs` v0.19.0 binary #61

Closed noppej closed 1 year ago

noppej commented 1 year ago

The probe-rs 0.19.0 release has changed the names of the binaries - PR #1637 and made additional changes to the command line options in PR #1643. This release supports these changes.