Debugging for macOS and iOS
As for macOS and iOS, the debugger used is LLDB (LLVM Debugger), which comes with Xcode by default. Qt Creator will also recognize its existence and link it with your project automatically.
Every debugger is a little different from another and may behave differently on Qt Creator. You can also run the non-GDB debuggers on their respective IDE (Visual Studio, XCode, and so on), if you are familiar with those tools and know what you're doing.
If you need to add other debuggers to your project, you can go over to Tools | Options | Build and Run | Kits and click Clone to copy an existing kit. Then, under the Debuggers tab, click on the Add button to add a new debugger selection:
In the Name field, type in the descriptive ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access