Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
Qt Creator 8.0.0-beta1
-
Windows 10
Qt 6.3.0 for MSVC2019
-
c1c255059e (qt-creator/qt-creator/8.0) c1c255059e (qt-creator/qt-creator/master) c1c255059e (qt-creator/tqtc-qt-creator/8.0)
Description
- Open the Samegame demo in Qt Creator.
It's in Examples\Qt-<version>\demos\samegame\samegame.qmlproject of an installation from the official online installer. - Set a breakpoint in the first line of the function startNewGame().
- Start debugging.
Don't use Qt 6.3.1 or you'll run intoQTBUG-104379/QTBUG-104400 - In the demo, click "1 Player".
The breakpoint is being hit. - Press F10 to step forward.
The demo continues without stopping at the next line.
In Creator 7.0.2 this works correctly.