Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
Qt Creator 12.0.0-beta1
-
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
For Gerrit Dashboard: QTCREATORBUG-29718 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
511059,2 | Debugger: Fix setting wrong engine manager for qml engine | 12.0 | qt-creator/qt-creator | Status: MERGED | +2 | 0 |