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

qDebug() is not displayed in "Application Output" since 4 March

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • Not Evaluated
    • None
    • Qt Creator 4.5.0
    • None
    • OpenSuSE tumbleweed since 4. March 2018

    Description

      #include <QCoreApplication>
      #include <QDebug>
      
      int main(int argc, char *argv[]) {
          QCoreApplication a(argc, argv);
      
          qDebug()<< "Hello";
      
          exit(0);
      }

      Does NOT produce any output on the "Application Output" pane ("run in terminal un-checked)

      (I am working with Qt since 1o years; it came with the update last week; on 42.3 all works fine)

       

      Attachments

        Issue Links

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

          Activity

            People

              hunger Tobias Hunger
              Dr. Bernhard Dr. Bernhard Friedrichs
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes