April 2018
Intermediate to advanced
404 pages
8h 27m
English
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 ...