Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 3.3.0-beta1, Qt Creator 3.3.0-rc1
-
Windows 7 64 bit
Qt 5.3.2, MSVC build
Qt 5.3.1, MinGW build
Description
- Open project qtdeclarative\examples\quick\demos\samegame\samegame.qmlproject from Qt5's repository.
- 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. It's not useful, but that isQTCREATORBUG-13474. - Step over
The expression evaluator disappears. - Expand the tree elements or "this".
The expression evaluator shows up again.
Expression evaluators should remain visible when stepping.
Attachments
Issue Links
- is duplicated by
-
QTCREATORBUG-12347 Expressions disappear on step
- Closed
- relates to
-
QTCREATORBUG-13474 JavaScript debugger can't evaluate expression evaluators
- Closed
-
QTCREATORBUG-13575 [REG 3.2.2 -> 3.3.0] JavaScript debugger: Cannot expand children of expression evaluators
- Closed