Debugger doesn't display base class
I've been having a problem with Clion displaying the base class if it is called through a virtual function. Is there some way to turn this on?
Scrollbar is derived from Widget, but nothing shows up.

Please sign in to leave a comment.
Hello! Could you please provide a simple standalone code sample to reproduce? Thanks!
Let me see what I can put together. Also, if you notice, it sometimes will display some random value for a bool. A bool is either 0 or 1.