On Mon, Sep 30, 2013 at 03:29:26PM -0400, Michael Jackson wrote: > I am running QtCreator 2.8.1 on Windows 7x64 using the VS2008 compilers. > I have a console application that I am writing. I use qDebug() to output > progress to the console but when I debug those messages are not showing > up in the "Application Output" and a command window does not pop up > either? Is there a setting I need to toggle to be able to either have the > console window pop up or have the output streamed so that QtCreator can > display it?
For the separate window, there's a check box "Run in Console" in the project's Run settings. Andre' _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
