Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
Qt Creator 4.13.0
-
None
-
Qt 5.14.1/MinGW 32-bit/GDB
Description
Qt Creator 4.13.0,
Based on Qt 5.15.0 (MSVC 2019, 64 bit) Built on Aug 25 2020 10:06:59 From revision fff3b41833
In the "Application Output" window long strings get scrabled after some 100 characters (1026 in my example). This minimal example shows the described effect:
#include "mainwindow.h" #include <QDebug> #include <QApplication> int main(int argc, char *argv[]) { QApplication a(argc, argv); MainWindow w; w.show(); qDebug() << "------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------"; return a.exec(); }
Something very similar was reported in older versions of QtCreator but not fixed: QTCREATORBUG-17117
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-17117 Long String output to qDebug in "Application Output" pane
-
- Closed
-