Details
-
Bug
-
Resolution: Incomplete
-
P2: Important
-
None
-
Qt Creator 15.0.0-beta1
Description
Steps to reproduce:
- Install Boot to Qt toolchain (6.8.0 used) and Qt C 15.0.0 beta1 on Windows
- do the usual device setup stuff and enable debugging/profiling from QtC Projects -> Build Settings
- open a QML application and set a QML break point
-start debugging
Expected result:
Debugger stops to break point and no errors shown.
Actual result:
Debugger stops at break point, but a dialog saying: "The selected build of GDB supports Python scripting, but the used version 0.0 is not sufficient for Qt Creator. ..."
If the dialog is closed, debugging can be continued without issues though.
GDB path in Kits is empty.
See the screenshots attached.