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

Add Debugging helpers for QMultiHash<K,V>

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • Qt Creator 9.0.1
    • Debugger
    • None

    Description

      When debugging with debug helpers enabled, the QHash<K, V> objects can be opened to see the objects they contain.

      Unfortunately, this does not work for QMultiHash<K, V> objects: These one just show the QMultiHash<K, V> internals instead of the items inside the QMultihash (see attached screenshots, where m_properties is a QHash<K, V> and m_propertyBindings a QHash<K, V>).

      It would be nice to also have the debugging helper also for QMultiHash!

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            hjk hjk
            sami.shalayel Sami Shalayel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes