Skip to Content
Hands-On GUI Programming with C++ and Qt5
book

Hands-On GUI Programming with C++ and Qt5

by Lee Zhi Eng
April 2018
Intermediate to advanced
404 pages
8h 27m
English
Packt Publishing
Content preview from Hands-On GUI Programming with C++ and Qt5

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.
Start your free trial

You might also like

C++ GUI Programming with Qt 4

C++ GUI Programming with Qt 4

Jasmin Blanchette, Mark Summerfield

Publisher Resources

ISBN: 9781788397827Supplemental Content