macOS (arm64) Watch window variables, cannot display in hex #809
Unanswered
mrfirmware
asked this question in
Q&A
Replies: 1 comment 5 replies
-
That doesn't look like any error I know. Are you sure you are using the CodeLLDB extension? |
Beta Was this translation helpful? Give feedback.
5 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.
-
I'm using macOS Monterey with
lldb
on a local command line application written inC
,-std=c11
. Debugging works great. However, I cannot add a variable to the display window with the hex suffix, e.g.foo
works and displaysfoo
butfoo, x
does not work. Instead I seeIf I click on it a bit the line changes to
Is the
,x
format specifier supposed to work? What am I doing wrong?Beta Was this translation helpful? Give feedback.
All reactions