PDA

View Full Version : Debug QString in Xcode 3.x



xEsk
28th October 2008, 14:52
Hi!

How you guys debug your Qt4 applications in Xcode? I mean, how you see the QString values (for example)?

I'm using Xcode 3.1 and Qt4.4.3 static compilation, and I can't see the QString values... Googleing a bit I found this entry (http://blogs.seapine.com/yan/debugging-qt-with-xcode-30.html), but this solution don't works for me! :(

Any help, will be welcomed! :D

Best regards,
Xesc.

THRESHE
30th October 2008, 20:14
Personally I use qDebug(). Its rather inconvenient but it works