Can not see values of locals in QtCreator debug mode
Solved
General and Desktop
-
I am working on a
Qt5.7.0
(usingC++ 4.9.1
) project for which I am usingQtCreator 4.1.0
as IDE. When running the application indebug
mode, I am trying to find out the values ofLocals and Expressions
on aBreakPoint
. But I can't see the values . It shows some values which are not so important for me (Screenshot added for reference).As you can see, there are some
QString
s, values of which are not being shown, instead it's showing the addresses, I think. Same things also happening even forint
.Is there any way to fix this?
FYI, it used to be perfect even 2 days ago. I don't know what got changed accidentally.