How can I display variable like standard gdb does?
#952
Answered
by
hugsy
yayuwang0624
asked this question in
Q&A
-
|
I tried |
Beta Was this translation helpful? Give feedback.
Answered by
hugsy
May 29, 2023
Replies: 1 comment 4 replies
-
|
Use |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
there are several ways but the easiest would be to use the
memory watchcommand, or you can also create your own context pane.both ways are documented, that should help you to start.