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

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

XMLWordPrintable

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

      #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)

       

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes