GDB介绍
官网:https://www.gnu.org/software/gdb/
GDB支持语言:
- Ada
- Assembly
- C
- C++
- D
- Fortran
- Go
- Objective-C
- OpenCL
- Modula-2
- Pascal
- Rust
GDB图形界面
GDB TUI
GDB原生UI
进入GDB,Ctrl-x Ctrl-a 打开 TUI
使用说明:https://sourceware.org/gdb/onlinedocs/gdb/TUI.html#TUI
CGDB
官方网址:https://cgdb.github.io/
git地址:https://github.com/cgdb/cgdb
DDD
比较老的一款界面
官方地址:https://www.gnu.org/software/ddd/
insight
比较老的一款界面
官方网址:https://sourceware.org/insight/
GDBGUI 推荐
(2021)目前正在积极维护,支持多平台
github地址:https://github.com/cs01/gdbgui
文档:https://gdbgui.com
GDBFrontend
比较新的一款UI界面
github地址:https://github.com/rohanrhu/gdb-frontend
emacs-gdb
github地址:https://github.com/weirdNox/emacs-gdb
KGDB
官网:https://www.kdbg.org/