After some more digging it seems that the command:raspberry-pi-pico.getGDBPath instructs launch.json to get the value from the plugin.So digging into launch.json I find this line defined :Code:
"gdbPath": "${command:raspberry-pi-pico.getGDBPath}",
The problem is that the plugin is hard coded to assume that it should use gdb-multiarch on everything *EXCEPT* aarch64, where it should use gdb.
I have submitted an issue on the pi-pico extension github.
Cheers.
Phill.
Statistics: Posted by PhillHS — Sun Aug 25, 2024 3:47 pm