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

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

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes