Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 2.1.0
-
Windows Vista x64
MSVC 2008
-
f6a1e3b3884faf820defeb0a652e102652d0fc40
Description
- Open simple.pro from Creator's repository
- Set a breakpoint at line "big[1] = 1;" in function testQVector() (simple_gdbtest_app.cpp, 1515)
- Run in debugger. Wait until execution stops at breakpoint. big is reported as having 1.000 elements where it has 10.000. Appending further elements doesn't change the shown number of elements