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

Fix `debuggerReadySignature` check when using a path for `runtimeExecutable` #13

Closed maximeborges closed 2 years ago

maximeborges commented 2 years ago

When using a path for runtimeExecutable, the check for debuggerReadySignature is always failing since command will be the full path to the executable, but the program will only print the executable file name.

noppej commented 2 years ago

@maximeborges ... Thank you for catching this. For some strange reason this worked (before your changes) on my Mac, but your change will make it more reliable.
I've uploaded a new version of the .vsix to https://github.com/probe-rs/vscode/releases/tag/V0.3.0

noppej commented 2 years ago

bors r+

bors[bot] commented 2 years ago

Build succeeded: