Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt Creator 6.0.2, Qt Creator 7.0.0-beta2
-
========= Apple M1 =======
~ clang --version
Apple clang version 13.0.0 (clang-1300.0.29.30)
~ lldb --version
lldb-1300.0.42.3
~ cmake --version
cmake version 3.22.
========= Ubuntu ========
$ g++ --version
g++ (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
$ gdb --version
GNU gdb (Ubuntu 9.2-0ubuntu1~20.04.1) 9.2
$ cmake --version
cmake version 3.16.3========= Apple M1 ======= ~ clang --version Apple clang version 13.0.0 (clang-1300.0.29.30) ~ lldb --version lldb-1300.0.42.3 ~ cmake --version cmake version 3.22. ========= Ubuntu ======== $ g++ --version g++ (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 $ gdb --version GNU gdb (Ubuntu 9.2-0ubuntu1~20.04.1) 9.2 $ cmake --version cmake version 3.16.3
Description
Hello,
I am trying my first small liberal test application on my new Mac M1 Pro.
This project is a C++17 project with cmake, clang, lldb. Please see attached screenshot.
When I try to debug the same binary from the terminal I can print values just fine.
My QtCreator/Qt 6.2.2 is a default opensource online installation with default settings (except changed theme to dark)
Also attaching gdb settings screenshotsÂ
Am I missing something?