Replies: 2 comments 4 replies
-
To answer my own question: there is
Then you have the common Fxx keys for run, single step, setting breakpoints, watch variables, etc. Since it is GUI front end for GDB, much of that is only available when the program is halted, and for that you have to go through the menu, or you define your own hotkey. All keyboard hotkeys are fully configurable. |
Beta Was this translation helpful? Give feedback.
-
Robert, what about using VSCode for that ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
picoprobe can nicely be used in combination with openocd and GDB to debug rp2040 code. But using GDB is not very comfortable. Has anyone been successful in using it e.g. with the GDB plugin for VSC or knows a more convenient GUI for GDB?
Beta Was this translation helpful? Give feedback.
All reactions