The Qt Creator debugger plugin acts as an interface between the Qt Creator core and external native debuggers such as the GNU Symbolic Debugger (GDB), the Microsoft Console Debugger (CDB), a QML/JavaScript debugger, and the debugger of the low level virtual machine (LLVM) project, LLDB.
The debugger plugin automatically selects a suitable native debugger for each kit from the ones found on your system. To override this choice, select 工具 > Options > Kits .
To add debuggers:
Qt Creator attempts to identify the type and version of the debugger and shows them in the Type and 版本 fields. In addition, Qt Creator shows the ABI version that will be used on embedded devices in the ABIs field.
To remove the selected manually added debugger, select 移除 . The debugger is removed from the list when you select Apply . Until then, you can cancel the deletion by clicking Restore .