Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-4588

Can't show contents of std::map

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Not Evaluated Not Evaluated
    • Qt Creator 2.5.0-beta
    • Qt Creator 2.2.0
    • Debugger
    • Windows Vista x64
      GNU gdb (GDB) 7.2
    • ff94d06ae30fbf309880cf19a811843a2d923b0f

      I have a map like this:

      using namespace std;
      map<int, int> m;
      
      m[1] = 1006;
      m[2] = 1007;
      m[3] = 1008;
      

      When stepping through this, Creator shows the right number of member for this map. But when I try to expand the tree view to see the map's contents, Creator only shows "unavailable synchronous data" and that's it.

      cdb handles this nicely.

        1. debugger.log
          39 kB
          Robert Löhning
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            hjk hjk
            rlohning Robert Löhning
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes