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

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

XMLWordPrintable

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

      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.

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

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

              Created:
              Updated:

                There are no open Gerrit changes