Hi All,
I'm trying out the pi pico vscode plugin. I have it compiling my code and am trying to launch a debug session, however gdb-multiarch can't be found.
Now the resson for this IIRC, is that on SuSE tumbleweed all the functionality is rolled up into the normal gdb. So I need to configure my environment to launch this instead of gdb-multiarch (yes I could fake it with a link!).
So digging into launch.json I find this line defined :
What is it running and where is this path stored, so that I can change the launch target?
Cheers.
Phill.
I'm trying out the pi pico vscode plugin. I have it compiling my code and am trying to launch a debug session, however gdb-multiarch can't be found.
Now the resson for this IIRC, is that on SuSE tumbleweed all the functionality is rolled up into the normal gdb. So I need to configure my environment to launch this instead of gdb-multiarch (yes I could fake it with a link!).
So digging into launch.json I find this line defined :
Code:
"gdbPath": "${command:raspberry-pi-pico.getGDBPath}",
Cheers.
Phill.
Statistics: Posted by PhillHS — Sat Aug 24, 2024 8:34 pm — Replies 0 — Views 12