Details
-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
Qt Creator 3.0.0
-
Mac OS 10.8.5
-
323a0c6291df7f7ff57ec5b8b32ea1e0eedd8af4
Description
- Create a new Qt Widget Application project and configure it for an iOS device.
- Open main.cpp and place a breakpoint in line 8:
w.show();
- Debug the application on an iOS device.
The debugger will stop in line 6.
Instead, the debugger should stop where the breakpoint is and nowhere else.
Attachments
Issue Links
- depends on
-
QTCREATORBUG-10884 debugging on iOS device has a very slow startup
- Closed