Details
-
Bug
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
None
-
Qt Creator 3.3.0
-
None
-
Windows 7 64 bit
Qt 5.4.0 branch, MSVC build
Description
- Open project qtdeclarative\examples\quick\demos\samegame\samegame.qmlproject from Qt5's repository.
- Configure the project to use Qt 5.4, so you don't run into
QTCREATORBUG-13474. - Set a breakpoint at the first line of function startNewGame(gc, mode, map).
- Run the project in debugger.
- In the app, click "1 Player".
The breakpoint is being hit. - In "Locals and Expressions" view, right-click "this" and select "Add Expression Evaluator for 'this'" from the context menu.
An expression evaluator for "this" will be added in the lower part of the "Locals and Expressions" view. - Expand the just added expression evaluator for "this".
- From the children becoming visible, try to expand "component".
It doesn't work.
Expanding the children should be possible. In the upper half of the "Locals and Expressions" view, this works. In Creator 3.2, it used to work, too.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-14912 Stopping debugged Qt Quick UI project freezes Creator for too long
- Reported
-
QTCREATORBUG-13474 JavaScript debugger can't evaluate expression evaluators
- Closed
-
QTCREATORBUG-13473 JavaScript debugger: Expression evaluators disappear when stepping
- Closed