PDA

View Full Version : can't show value of variant



guchangyuan
31st July 2009, 15:43
when in debug mode, i have tried in windows xp and ubuntu 9.04. can't get the value of QString in Locals and Watchers, can get the value of interget type. anyone can tell me the reason and how to solve it. i have tried many times. and i rebuild the debugging helper in the version in option. it also can't load the value.
i use qDebug can output the value. any help is appreciated.

jpn
31st July 2009, 16:05
Don't you think you should have mentioned that you use Qt Creator? This is, by the way, a wrong section too. Moving the thread...

franz
1st August 2009, 06:37
Did you build your debugging helpers?

miwarre
3rd August 2009, 12:34
when in debug mode, i have tried in windows xp and ubuntu 9.04. can't get the value of QString in Locals and Watchers, can get the value of interget type...

If you did not so already, upgrade to QCreator 1.2.1: integrated debugging has significantly improved, not perfect yet, but waaaaay better (and all the issues you describe have been fixed).

Ciao,

M.