Qtcreator debug mode question
General and Desktop
2
Posts
2
Posters
819
Views
1
Watching
-
When I debugging some application in the QtCreator, a window (upper-right corner) show me the acutal state of variables (name, value, type). But I see there some ununderstandable names and values.
Where can I read about these names and values?
How can I understand ALL of the names and values? -
Read the code that defines the datatypes. That is what defines how things look in memory.