How do I use qDebug in a Qt console application to output to the Qt Creator "application output" window? Currently qDebug writes to the console window which interferes with the non-debug output.
Using qDebug in a Qt GUI app outputs to application output window by default.
To redirect QDebug to multiple places, you might have to write some code, maybe like this: