Details
-
Type:
Bug
-
Status: Reported
-
Priority:
P2: Important
-
Resolution: Unresolved
-
Affects Version/s: Qt Creator 4.15.0
-
Fix Version/s: None
-
Component/s: Debugger
-
Labels:None
Description
Steps to reproduce:
- Install any b2qt binary (Qt 5.15.4) and 4.15.0 Qt Creator (from staging)
- Open QtC and create a new Qt Quick (Empty) application (qmake based)
- Set a breakpoint to main.qml (line 84 onActiveChanged)
- Build and start debugger
Expected result:
Debugger stops to the breakpoint
Actual result:
Starting debugger takes a really long time and a dialog asking "Give GDB more time" is shown. After giving GDB more time few times, debugger stops to the QML breakpoint. This is reproducible on all supported embedded devices.