Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi All,
Is there a way to disable printing debug messages on the application output screen of Qt Creator? (shown below)
@viniltc Please provide more information: how do you print actually? Do you use qDebug?
Hi, one brute force way I use: start DebugView before starting Qt Creator. Then when I run my program in Qt Creator, it will say "Unable to capture debug output" and then silence :-)
@jsulm Hi I use mix of printf and qDebug
printf
qDebug
@viniltc Messages that you print by qDebug() can be disabled by adding this to the .pro file
DEFINES += QT_NO_DEBUG_OUTPUT