3 releases
0.1.3 | Feb 16, 2025 |
---|---|
0.1.1 | Feb 4, 2025 |
0.1.0 | Feb 4, 2025 |
#147 in Hardware support
348 downloads per month
225KB
6K
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
~29–45MB
~724K SLoC