Replies: 3 comments 2 replies
-
See https://sourceware.org/gdb/current/onlinedocs/gdb.html/Source-Path.html for
|
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
Using the terminal instead of the GUI seams to work somehow. Eventough, the wrong paths are shown (\home\earle) Any ideas whats going on? Whit these lines below I can make the led ON/OFF when continueing.... |
Beta Was this translation helpful? Give feedback.
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.
Beta Was this translation helpful? Give feedback.
All reactions