Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-32314

Output from application is delayed by one line if filter is active

    XMLWordPrintable

Details

    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

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              kandeler Christian Kandeler
              poikelin Joni Poikelin
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes