Replies: 3 comments 2 replies
|
See https://sourceware.org/gdb/current/onlinedocs/gdb.html/Source-Path.html for |
0 replies
|
Thanks for that tip. I tried to adapt it for may launch.json I still don't get it working: Since I can use the buttons on the debugger and jump around in the code, I assume some of it works. Try actually to go away from the Serial.print debugging approach. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Hi,
I try to use the new Debug Probe by Raspberry Pi.
I would like to get started to debug my first simple sketch with the probe. Simply to get it running before tackling greater scripts.
The script is the follwing:
I came so far that I have the debugger running if I have the LED toggling on of without the use of millis. But when I enable basicale the non-blocking element of the blink sketch it get it not working.
At one point the debugger asks for "timer.c." which it can not find. Possible it does also not exist "there".
"There" seams to be at /home/earle/Arduino/hardware/pico/rp2040/pico-sdk/src/rp2_common/hardware_timer/timer.c
Could anybody tell how I get it to look in my local path. I think it is possible rather simple. I only don't get where to adjust this.
All reactions