-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 3.5.0
-
Windows 7 64 bit
Qt 5.5.0
MinGW g++ 4.9.1
gdb 7.8
- Build a project containing this line on Qt 5.5.0:
QFile file("C:\\Program Files\\t");
- Let the debugger stop behind this line.
- See "file" in Locals and Expressions view.
An empty string is being displayed.
Instead, "C:\Program Files\t" should be displayed. With Qt 5.4.2, this works correctly.