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

qDebug() is not visible in any output window with QCoreApplication

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • Qt Creator 1.3.1
    • Qt Creator 1.0
    • Debugger
    • None

      To reproduce:

      #include <QtCore/QCoreApplication>
      #include <QDebug>

      int main(int argc, char *argv[])
      {
      QCoreApplication a(argc, argv);
      qDebug() << "Hello World!";
      return a.exec();
      }

      Run from the debugger in Qt Creator with MinGW. The output from qDebug() is not visible in any window, including the Application Output window or debug views of gdb.

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

            hjk hjk
            cattell Matthew Cattell (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes