[Qt-creator] where does qDebug() end up?

André Pönitz andre.poenitz at mathematik.tu-chemnitz.de
Mon Sep 30 22:09:03 CEST 2013


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'



More information about the Qt-creator mailing list