Show gdb PrettyPrinters output in tree like structure #12722
Unanswered
ivan-v-kush
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
-
Is it possible to see gdb PrettyPrinters output in tree like structure in Variables view?
I have a C-code with C-like inheritance. RestrictInfo is derived struct from Node. In variables window I'd like that node will show RestrictInfo data.
I've tried several formats, but nothing has worked. Node is seen as a string, not tree-like structure. RetrictInfo is seen like a tree.
Node node
namedclause
on the screenshot.rinfo
isRestrictInfo
C-code
Beta Was this translation helpful? Give feedback.
All reactions