Details
-
Bug
-
Resolution: Cannot Reproduce
-
P3: Somewhat important
-
None
-
Qt Creator 3.5.0-beta1
-
OSX 10.10, Xcode 6, Qt5.5 (official release), Qt Creator 3.5 snapshot (b2ec03c74c)
Description
Steps to reproduce:
- create Qt Widgets Application / Qt Quick Application from template or open a similar project
- set breakpoint(s) in cpp files that can be hit somehow
- start debugging
- trigger an action that should hit a breakpoint
Current result:
- breakpoint is not hit
Note: using simulator this works fine
Note: hitting a breakpoint inside QML when using mixed debugging works fine