Uploaded image for project: 'Qt Visual Studio Tools'
  1. Qt Visual Studio Tools
  2. QTVSADDINBUG-280

VS Addin: QMap in autoexp.dat

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 1.1.6
    • 1.1.6
    • General
    • None
    • d84469e194d84071b99b576cc7c3934fa6593735 aa82d7c8be4a9647ede46f818d5672dcb43eb34a

    Description

      From the autoexp file.

      ;------------------------------------------------------------------------------
      ; QMap
      ;------------------------------------------------------------------------------
      QMap<*>{
      preview
      (
      #(
      "[", $e.d->size, "](",
      #tree
      (
      head: $c.d->forward,
      size: $c.d->size,
      left: backward,
      right: forward
      ) : $e, ")"
      )
      )

      children
      (
      #tree
      (
      head: $c.d->forward[0],
      skip: $c.d,
      size : $c.d->size,
      left : backward,
      right : forward
      ) : ( (QMap<$T1>::Node*)((char*)&$e - (sizeof((QMap<$T1>::PayloadNode)0) - sizeof(QMapData::Node*))) )
      )
      )
      }

      Expected to see:
      QMap variable value don't display in watch window. It display (error).

      Attachments

        Activity

          People

            owolff Oliver Wolff
            xcm Martin Petersson (Inactive)
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: