Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 3.5.0
-
Windows 7 64 bit
MinGW g++ 4.9.1
gdb 7.8
-
3413130379bbb9fb12a651f0f1a10e9edc157bd6
Description
- Open project tests\manual\debugger\simple\simple.pro from Creator's repository.
- Set a breakpoint at the first line of function void testStdListIntBig().
- Build the project using MinGW and run in it gdb.
- When the breakpoint is hit, step forward a couple of times.
You'll see the items in the list being added to Locals and Expressions view one by one. - Move the cursor to the last line of the function and "Run to Line".
In Locals and Expressions view, the list be shown as "not accessible".
The items in the list should still be shown.