-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
Qt Creator 2.5.0
-
None
-
Ubuntu 11.10
Qt 4.8.0, 4.8.1
g++ 4.6.1
gdb 7.3
- Open simple.pro.
- Have a breakpoint at "BREAK_HERE" in plugin::testPlugin().
In 2.5 branch this is line 1991. - Run the project in the debugger.
Debugger will stop at the breakpoint. The uninitialized QString name will be displayed with the value "".
Instead, "<not accessible>" should be displayed.
This is being found by the debugger's self-test.