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

Support locals and inspection of QObject and object variables in QML debugger

    XMLWordPrintable

Details

    • af573bda2 (dev)

    Description

      It currently seems to be able to only show the value of a variable itself, not the contents of object type or QObject. For example:

       

      var f = {"key": 33}
       

      Hovering over f only shows "

      {...}

      " as the value and it cannot be expanded either. Same for QObject types, for example:

      var f = Qt.platform
      

      Also Locals view does not list local variables.

      These all work in Qt Creator, so they should be doable and it would be nice VS had feature parity with QML debugging.

      Attachments

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

        Activity

          People

            mecfc Miguel Costa
            poikelin Joni Poikelin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes