Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.3.0, 5.4.0 Alpha, 5.5.0
-
None
-
a6fbea98ed3c2cce4bd1b2d4ec2dc055b4eaf129 (qtdeclarative)
Description
I created a new project with the wizard using Qt 5.5 and pasted this:
id: root property int someProp: 42 Timer { interval: 3000 running: true repeat: true onTriggered: { var anything = 7; console.log("Completed", root.someProp); } }
I created a breakpoint on the console.log line and it is hit.
If I edit the breakpoint and set the condition to 'root.someProp == 42', the breakpoint is not hit, and is ignored. A condition on 'anything == 7' does work.
Attachments
For Gerrit Dashboard: QTBUG-43018 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
101190,3 | Fix conditional breakpoints in QML | 5.4 | qt/qtdeclarative | Status: MERGED | +2 | 0 |