Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
Qt Creator 2.2.0-rc1
-
None
-
Windows Vista x64
-
565c42a30e0d9203a
Description
- Set up a MinGW built Qt version and a MinGW tool chain in Creator.
I used Qt 4.7.2. - Create a Qt Quick Application on this Qt version
- Set a breakpoint in main.qml.
I put it into line 13:Qt.quit();
- Tick the needed check boxes in build settings and run settings.
- Run this in debugger.
The debugger will not stop at the breakpoint.