Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4983

General • Re: vscode pico plugin & debug....

$
0
0
So digging into launch.json I find this line defined :

Code:

            "gdbPath": "${command:raspberry-pi-pico.getGDBPath}",
After some more digging it seems that the command:raspberry-pi-pico.getGDBPath instructs launch.json to get the value from the plugin.

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



Viewing all articles
Browse latest Browse all 4983

Trending Articles