Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
Qt Creator 3.1.2
-
Ubuntu 12.04 LTS 64 bit
Description
- Create a new Qt Quick UI project.
- In the project's main.qml file, replace "Qt.quit();" with some more lines of code:
var i = 0; var j = 1; var x = 92;
- Set a breakpoint at the first of these lines.
- Start debugging the project and hit the breakpoint.
- Right-click on i in Locals and Expression view and select "Add Expression Evaluator for i" from the context menu.
i appears as an expression. - Step.
"i" is gone.
I expected the expressions to be shown all the time so I can see them changing.
Attachments
Issue Links
- depends on
-
QTBUG-39867 JS debugger service does not implement 'Evaluate' command
- Closed
- duplicates
-
QTCREATORBUG-13473 JavaScript debugger: Expression evaluators disappear when stepping
- Closed