Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.0.3, Qt Creator 4.1.0-rc1
-
None
-
Ubuntu 14.04 LTS 64 bit
Qt 5.7.0
-
a5b0525b79555439a4138e9a9c44f60518feed51
Description
- Create a new Qt Quick UI project.
- Run this in the debugger.
- Interrupt the debugger.
- Continue debugging.
- Click into the application's window.
Execution will stop in the line:Qt.quit();
There is no breakpoint. Execution should not stop there.
When you don't interrupt the debugger beforehand, execution does not stop at that point.