So I have this problem in a lot of places including watches, but it's especially annoying for evaulate expression. Basically, CLion successfully evaulates the expression, figures out that it gives back a result, shows the type of the result, but doesn't actually show me the value. Is there some magic command I'm missing to actually see the value? I can see if I switch to lldb instead of gdb, but lldb has it's own set of problems, including expression evaluation not working at all in most contexts. So I have this problem in a lot of places inclu