How can I make static data members quieter in the variables view? #13975
Unanswered
david-fong
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.
-
I'm using cpptools to debug a C++ program. The debugger tool is GDB. When I expand a struct instance in the variables view, it shows the struct's data members- both non-static and static. Is there a way to make the static members collapsed into a dedicated subsection by default? (IIRC, the C# extension does quality-of-life stuff like this). Especially when the static members are constexpr, and there are a couple of them, it takes up space (my screen has limited estate), and I'm not interested to see them most of the time.
Beta Was this translation helpful? Give feedback.
All reactions