Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: Qt Creator 4.0.0-beta1
-
Fix Version/s: Qt Creator 4.0.0-rc1
-
Component/s: Debugger
-
Labels:
-
Environment:Windows 7 64 bit
MSVC2013
cdb 6.12
-
Commits: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
-