Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt Creator 4.5.0, Qt Creator 4.7.0
-
Qt 5.9.3
Boundary Devices i.MX6 board (Nitrogen6x)
Qt 5.11.1
Android Device
Host: Windows 10 1709 64 bit or Ubuntu 17.04 64 bit
Or Ubuntu 17.04 with Qt 5.10.0 RC on desktop.
-
20e3d4290 (16.0)
Description
- Have a project with a breakpoint in a QML file.
I used a "Qt Quick Application - Scroll" project and added an event handler:ListView { width: parent.width model: 20 delegate: ItemDelegate { text: "Item " + (index + 1) width: parent.width onClicked: console.log("Clicked: " + index) } }
- Run this in the debugger on the device.
- Hit the breakpoint.
It is being hit correctly. - Continue execution.
- Disable the breakpoint.
- Enable the breakpoint.
- Try hitting the breakpoint again.
Creator does not notice the breakpoint being hit.
Workaround: Remove the breakpoint and add a new one.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-20795 Debugger: Enabling breakpoint after disabling it does not work for Quick Debugging
-
- Closed
-