Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.5.0-beta1
-
Windows 10 1703 64 bit
Qt 5.9.1
MSVC 2015 64 bit
cdb 10.0 64 bit
-
eeb0358d65620f6de39649fbe8b43ee44b5fff8c
Description
- Open qtdeclarative/examples/quick/demos/samegame/samegame.qmlproject from Qt5's repository.
The problem will be the same if you open the .pro-file instead. - Place a breakpoint at the first line of the startNewGame() function (samegame.js) which contains executable code (i.e. not (only) a comment).
- Start debugging app
- In the app, click "1 Player".
The breakpoint is being hit. - Try to change the value of "this->gameMode" in the Locals and Expressions view.
It does not work.
It should be possible to change this value. With numeric values this seems to work.