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