Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.0.0-rc1
-
None
-
Windows 7 64 bit
MinGW 4.9
gdb 7.8
-
744d78d431a3e64fcaac56e96279c34f645f080d
Description
- Open "simple" project from tests\manual\debugger\simple\simple.pro in Creator's repository.
- Place a breakpoint at BREAK_HERE in testTypeFormats() (line 5370).
- Let the debugger run into this breakpoint.
In Locals and Expressions view, you can see the values. In the const char * the debugger does not show the umlaut correctly, whereas in the const char[] it does:cs "aöa" char [5] s "aöa" char * After switching the display format to "UTF-8 String" s is being being displayed correctly.
String should be displayed correctly and consistently by default.