Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
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. Instead of a value, "unimplemented command 'evaluate'" is being displayed.
The "Locals and Expressions" view should display the values of expression evaluators correctly.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-13575 [REG 3.2.2 -> 3.3.0] JavaScript debugger: Cannot expand children of expression evaluators
- Closed
-
QTCREATORBUG-13473 JavaScript debugger: Expression evaluators disappear when stepping
- Closed
- resulted in
-
QTCREATORBUG-13512 Locals & Watchers column size is not adapted when expanding watchers
- Closed