Can not see values of locals in QtCreator debug mode
-
I am working on a
Qt5.7.0(usingC++ 4.9.1) project for which I am usingQtCreator 4.1.0as IDE. When running the application indebugmode, I am trying to find out the values ofLocals and Expressionson 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
QStrings, 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.
-
I am working on a
Qt5.7.0(usingC++ 4.9.1) project for which I am usingQtCreator 4.1.0as IDE. When running the application indebugmode, I am trying to find out the values ofLocals and Expressionson 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
QStrings, 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.

