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

Not displayed debug output in "Application Output" tab on ArchLinux

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • Qt Creator 4.3.0
    • Debugger
    • * ArchLinux x64
       * QtC 4.3.0 (based on Qt 5.9.0)
       * Terminal settings is "/usr/bin/konsole -e"
       * GDB 8.0
       * GCC 7.1.1

    Description

      I did not see any debug output from theĀ "Application Output" tab.

      e.g. this code

      #include <QApplication>
      #include <QLabel>
      #include <QDebug>
      
      int main(int argc, char *argv[])
      {
          QApplication a(argc, argv);
          QLabel l(QLabel::tr("Hello World"));
          l.show();
          qDebug() << "DHello";
          qWarning() << "WHello";
          qCritical() << "CHello";
          return a.exec();
      }
      

      does nothing.

      But if I configure "Run Settings" as "Run in terminal" , then I see debug output inside of a new terminal window.

      Attachments

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

        Activity

          People

            hjk hjk
            kuzulis Denis Shienkov
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes