Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.11.0 Beta 1
-
Windows 10 1709 64 bit
MSVC2015 32 bit
MSVC2015 64 bit
Qt Creator 4.5.1
Qt Creator 4.6 branch
-
61447075954aab99b3abc9c78294e5966ae3b6ce
Description
- Open the Qt Quick Controls 2 Gallery example in Qt Creator.
It's in Examples\Qt-<version>\quickcontrols2\gallery\gallery.pro - Open ComboBoxPage.qml
QTCREATORBUG-20004might get in your way. - Place a breakpoint in the onAccepted-handler:
onAccepted: { if (find(editText) === -1) model.append({text: editText}) }
- Let the project run into the breakpoint.
- See Creator's "Locals and Expressions" view.
There are two lines which seem quite useless:
Instead, "this" should be expandable and then display all the values. When using Qt 5.10.1, this works correctly.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-20009 The QML debugger should allow exploring the scope hierarchy when stopped in a break point
- Open