Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 6.0.0-beta1
-
QC 6.0 beta1 snapshot
Description
Steps to reproduce:
- have a macOS arm host
- create a Qt widget app from template
- place bp inside the main.cpp (decl/def of MainWindow)
- start debugging
Current result:
- debugger seems to miss debug information, fails to stop at bp, cannot display locals, only displays disassembler
Note: this works when building with qmake or cmake. Doing the same on non-arm macOS works as well.