Replies: 1 comment 3 replies
-
Very odd. I don't have a Mac of any sort but I have heard reports of things working okay. I'll try to help but in my own Linux (lots and lots) and Window (maybe 3-4hrs total) GDB is running fine. (Believe me, I've needed while bringing up the core!) When this crash happens, what happens to the OpenOCD? In fact, can you manually start each in a separate terminal and check the terminal logs? I think now you've got a You can also try other versions of GDB. Anything that speaks ARM should be OK, the ELF format is very standard as is the ARM debug format. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to debug my project, but GDB crashes randomly.
--build-path
arg pointing to a 'build' subdirectory.GDB seems to crash somewhat randomly. I can start a session and sometimes set breakpoints, but sometimes issuing a command will cause it to crash. E.g. my last session:
Any ideas what could be going on here? Or steps I could take to try to root cause the problem? I'm a n00b when it comes to Arduino, the Pico and gdb, so any advice would be much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions