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

Qml Debugger: Separate logic for locals retrieval and focusing a frame

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • None
    • Debugger
    • None

    Description

      When debugging Qml, to update the values of the locals of a frame, a "frame" command is sent to the qml debugger. Its reponse is then handled by handleFrame which implicitly focuses the frame while dealing with the locals' values.

      This caused QTCREATORBUG-29329 which focused the frame when adding a watch. This behavior doesn't happen with other debuggers.

      The logic to retrieve the values of locals of a frame should be distinct from the logic to focus that frame. It should be possible to do one, the other, or both.

      Attachments

        Issue Links

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

          Activity

            People

              hjk hjk
              olivier.decanniere Olivier De Cannière
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes