Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.0.0-beta1
-
Windows 7 64 bit
MSVC2013
cdb 6.12
-
c3a56d78bd34949c39f093212126c3d6fcef5abb
Description
- Run a simple program in the debugger:
#include <QDebug> int main(int argc, char *argv[]) { qDebug() << "This is QDebug"; return 0; }
- See the Application Output view.
You'll see something like:Debugging starts 먊ꪬꪬ궺ꪺDebugging has finished
Instead, the Application Output view should show:
Debugging starts This is QDebug Debugging has finished
In Creator 3.6.1, this works correctly.
Attachments
Issue Links
- is duplicated by
-
QTCREATORBUG-15948 Wrong characters encoding in Application Output pane
- Closed
-
QTCREATORBUG-16043 CDB output is broken in Beta 4.0.0
- Closed