Details
Description
- Open simple.pro from Creator's repository
- Set a breakpoint at line "flist.append(4);" in function testQVector() (simple_gdbtest_app.cpp, 1581)
- Run in debugger. Wait until execution stops at breakpoint. vec is being shown correctly: "<not accessible>"
- Step over. vec is being reported as having 4 elements where it is not even initialized yet.