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.
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.
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..
Bookmarks