Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
Qt Creator 3.3.0-beta1, Qt Creator 3.3.0-rc1
-
Windows 7 64 bit
Description
- Open demos/declarative/samegame/samegame.qmlproject from a Qt4 repository.
- Select qmlviewer for running the project.
- Place a breakpoint in startNewGame() at the line:
createBlock(column, row);
For me, this is line 50 in samegame.js.
- Start debugging.
- In the app, click "New Game".
The breakpoint is being hit. - Step over.
"Locals and Expressions" view becomes empty. - Step over.
"Locals and Expressions" gets some content again. - Step over.
"Locals and Expressions" view becomes empty again.
"Locals and Expressions" should always display what it promises.