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

Can't show contents of std::map

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: