Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 2.8.0
-
None
-
Archlinux
GDB 7.6
-
I985745530d93e1c191442431a7a9449a1c4c059a
Description
In the debugger, looking in an std::unordered_map is ugly and basically useless because it shows the "real" content (buckets..etc..).
However, if I debug directly with GDB 7.6 on my system (ArchLinux up-to-date), I get nice output (keys and values).