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

[Reg 11->12] Dropdown in debugger toolbar shows wrong views when QML debugging

    XMLWordPrintable

Details

    • be4781067 (12.0)

    Description

      • create Qt Quick Application
      • add something in QML that you can set a breakpoint into [1]
      • set a breakpoint in QML
      • start debugging and trigger the breakpoint

      Expected: The debugger toolbar shows "Debugger" for the first dropdown, "QML for <app>" for the second dropdown

      Actual: The toolbar shows "Debugger" and "GDB Preset" (from the DAP engine)

      [1] for example a MouseArea with onClicked:

      import QtQuick
      Window {
          width: 640
          height: 480
          visible: true
          title: qsTr("Hello World")
          MouseArea {
              anchors.fill: parent
              onClicked: {
                  console.log("clicky")
              }
          }
      }
      

      Attachments

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

        Activity

          People

            artem.sokolovskii Artem Sokolovskii
            con Eike Ziller
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes