Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
Qt Creator 15.0.1
Description
To reproduce:
- make application like this:
#include <QApplication> int main(int argc, char **argv) { QApplication app(argc, argv); qDebug("line 1"); qDebug("line 2"); return app.exec(); }
- run it and it prints 2 lines
- kill it
- set filter in the Application Output to "line"
- run it
It only shows "line 1" in the output. Line 2 becomes visible once something more matching the filter is printed or when the application is killed.
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-31959 Application output filter doesn't display last line
-
- Closed
-