Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
None
-
Qt Creator 2.0.1
-
None
-
Windows Vista x64
Qt from 4.7.0 branch
g++ (GCC) 4.4.0
GNU gdb (GDB) 7.1.0.20100329-cvs
-
79115280d5e80f34b613fde42d8b0257e6c20805
Description
Open tests/manual/gdbdebugger/simple/simple.pro and break in line 262:
// Complex watchers { struct S { int a; double b; } s[10]; for (int i = 0; i != 10; ++i) { X s[i].a = i; // Break here. Expand s and s[0]. Step. // Watcher Context: "Add New Watcher". // Type ['s[%d].a' % i for i in range(5)] // Expand it, continue stepping. } }
"Locals and Watchers" displays s as "<unavailable synchroneous data>"
This is a regression from 2.0.0. cdb works fine now.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-1216 Debugging with cdb doesn't show values in array of struct
- Closed