discovered 03 Aug 2026
gdb-dashboard
→ View on GitHubGDB Dashboard is a modular interface enhancement for GDB, implemented as a standalone `.gdbinit` file using Python API, aimed at simplifying the debugging process. It reduces the number of commands needed to inspect program status by presenting relevant information in a streamlined dashboard format. Notable features include automatic display upon program stops and the capability for syntax highlighting via Pygments, while retaining the original GDB command functionalities through the main `dashboard` command.