PDA

View Full Version : Value inspection in the debug view



sajis997
26th July 2011, 12:17
Hello forum


I am using Qt creator for the project i am currently working on. I having trouble to see the value of a particular variable for example QString ,

I do not see the value , the field is empty. When i set the debugging pointer to the beginning of the function the pointer variables contains the address value and they are shown , but not the value of the QString


Any way to work around this ?


Regards
Sajjad

ktk
22nd August 2011, 21:46
How do you "set" the "debugging pointer"?

If your QString is initialized after the the location where you stopped it is to be expected that there's no visible contents.


[And what version of Qt Creator, what Operating System?]