Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt Creator 15.0.0
-
None
-
-
caf06b1a3 (master), 4be9df0a5 (16.0)
Description
Debug the program:
#include <QMap> int main(int argc, char* argv[]) { QMap<int, int> map; map[1] = 2; map[3] = 4; return 0; // break }
When the breakpoint is reached examine map children in the debugger UI.
Map entry keys show values and values are zero:
Attachments
Issue Links
- relates to
-
QTCREATORBUG-32455 LLDB bridge oddities
-
- Reported
-
- mentioned in
-
Page Loading...