6 releases
| 0.1.6 | Oct 24, 2025 |
|---|---|
| 0.1.5 | May 2, 2025 |
| 0.1.4 | Mar 11, 2025 |
| 0.1.3 | Feb 16, 2025 |
#818 in Debugging
265KB
6.5K
SLoC
RGDB
RGDB is a very lightweight console frontend to the GNU debugger(like cgdb). It provides a split screen interface showing the GDB session below and the program's source code above.
Screenshot

Features
- Syntax-highlighted source window
- Visual breakpoint setting
- Mouse scrollable for gdb history or source code
More
RGDB is designed for large-scale programs that are typically launched via wrapper scripts rather than directly executing the executable files. In such environments, debugger functionality is constrained due to the programs' massive symbol tables and the non-negligible latency inherent to every operation.
Dependencies
~36–78MB
~1M SLoC