PDA

View Full Version : Compilling with Xcode



fen1ksss
25th March 2012, 19:19
Hi everybody,

when i’m debbuging QT console project via Xcode i don’t see any terminal window or any output console, how can i fix it?

for example i can launch image on the screen, but i can’t see any text (print “…”)

thanks.

MrShahi
26th March 2012, 13:43
To debug Qt code via xcode you need to build it in debug mode and all output of qDebug() will be shown on Output panel of XCode..