Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
Qt Creator 4.7.0
-
Windows
-
-
17e6cb5ff714cdfe5c1519e9d7fcbdd1bba77fef
Description
Extra empty lines in Debug windows appears starting from 4.7.0 (4.6.2 seems fine).
Attached is empty Qt-widgets project wheere I only added
qDebug() << "Test"; QThread::sleep(3); qDebug() << "Test";
in main.cpp
As the result of "Run" under QtCreator4.7.0 I see in the "Application Output" window strage "gap" between to "Test"s:
Test Test
And I see expected output
Test Test
in QtCreator 4.6.2
Extra lines appears sequentially with period about 0.5-1 sec. So if one change sleep(3); to sleep(5); the gap will be larger! There is some kind of timer appearing from nowhere and influencing Application Output window?
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-21215 Extra empty lines in Application Output pane when running (Ctrl-R) NOT debugging
- Closed
- relates to
-
QTCREATORBUG-19811 [REG 4.5 -> 4.6] Multiple empty lines at end of compile output
- Closed
-
QTCREATORBUG-19367 Blank lines in Application Output pane
- Closed