make debug
how to break into the debugger?
#69294
Unanswered
TorstenRobitzki
asked this question in
Q&A
Replies: 0 comments
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,
on MacOs 13.6, I can start a debug session, using
make debug
. Once GDB started, I can use the usual commands to inspect things. After starting the CPU usingc
, I want to break into the debugger, to inspect the value of some peripherals, so I'm pressingctrl-c
and I see the prompt of GDB. But now, no matter what key I'm pressing, I always get the question whether I want to end the debug session or not, when pressing a second key:In the example session above, I've pressed the s-key two times.
Is it possible to use
make debug
under Mac OS or do I have to setup the debugger on my own?best regards
Torsten
Beta Was this translation helpful? Give feedback.
All reactions