Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-47746

Avoid roundtrips in QML debugger protocol.

XMLWordPrintable

    • 8fe2e6795d9030a7c6f660a0e57b0d85fc36a1f1

      Currently, we get output like

      {"name":"maxIndex","ref":24}

      To save roundtrips it would be beneficial to have also value, type, and "expandability" included,

      {"name":"maxIndex","ref":24,"value":130,"type":"number","hasChildren":false}

      (the hasChildren would only be needed for items that potentially have children, for numbers, no children could remain implicit.

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

            ulherman Ulf Hermann
            hjk hjk
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes