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

Fix debuggerExecutable being ignored #82

Closed bugadani closed 5 months ago

bugadani commented 5 months ago

We ran into an issue where the extension config was ignored. I believe the problem is an incorrect secion ID, which this PR updates.