Frequent, periodic blank lines in Application Output
-
Hello,
I have an odd issue (at least I think it is an issue) with an application I am writing in Qt. When the program is running, a blank line is added to the Application Output window every half a second or so. I have no debug or print statements anywhere that would cause this nor any timers that would be performing actions at regular intervals. The only possible idea I have is the output is coming from QML debugging (since I am using a QML widget in my application) and when the program starts I have the output "QML debugging is enabled. Only use this in a safe environment."
Has anyone seen an issue like this before? What could be the possible causes? Are there any debugging steps I could take to determine where this output is coming from?
This is an application on Windows 10 using Qt Creator 4.7.0.
Thanks in advance!
-
yes i've seen this too and it drives my OCD need for declutter absolutely bananagrams
-
which version of Qt on Windows ? Is it mingw or vc libraries ?
-
Hello,
I have an odd issue (at least I think it is an issue) with an application I am writing in Qt. When the program is running, a blank line is added to the Application Output window every half a second or so. I have no debug or print statements anywhere that would cause this nor any timers that would be performing actions at regular intervals. The only possible idea I have is the output is coming from QML debugging (since I am using a QML widget in my application) and when the program starts I have the output "QML debugging is enabled. Only use this in a safe environment."
Has anyone seen an issue like this before? What could be the possible causes? Are there any debugging steps I could take to determine where this output is coming from?
This is an application on Windows 10 using Qt Creator 4.7.0.
Thanks in advance!
@Patrick-Wright there has been a bug report about this and iirc, this bug has been fixed for 4.7.2: https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/dist/changes-4.7.2.md?h=4.7
could you try updating Creator?
-
@Patrick-Wright there has been a bug report about this and iirc, this bug has been fixed for 4.7.2: https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/dist/changes-4.7.2.md?h=4.7
could you try updating Creator?
@aha_1980 I updated to the latest Qt Creator and that seems to have fixed the problem.
Thanks!