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

    • af573bda2 (dev)

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes