Debuggers supported by Qt

There are different types of debuggers that are supported by Qt. Depending on the platform and compiler you're running for your project, the debugger used will also be different. The following is the list of debuggers commonly supported by Qt:

  • Windows (MinGW): GDB (GNU Debugger)
  • Windows (MSVC): CDB (Debugging Tools for Windows)
  • macOS: LLDB (LLVM Debugger), FSF GDB (Experimental)
  • Linux: GDB, LLDB (Experimental)
  • Unix (FreeBSD, OpenBSD, etc.): GDB
  • Android: GDB
  • iOS: LLDB

Get Hands-On GUI Programming with C++ and Qt5 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.