GNU Debugger
GDB the GNU Debugger is a powerful tool for debugging C, C++, Fortran, and other languages. GDB can be used to debug programs that were not built on the system and even programs that are running on remote systems. Intel forked GDB into gdb-oneapi, formerly “gdb-ia”, that replaced “idb”.
gdb
has many easy commands,
down to stack registers and assembly instructions.
GDB also
works with Visual Studio Code.
2024
- 2024-07-09 – GDB debugger for macOS Apple Silicon
- 2024-01-12 – C, C++, Fortran GDB debugging
2023
- 2023-08-16 – Diagnose silent quit program DLL conflict Windows