| Crates.io | rgdb |
| lib.rs | rgdb |
| version | 0.1.5 |
| created_at | 2025-02-04 13:28:10.650083+00 |
| updated_at | 2025-05-02 15:26:14.497535+00 |
| description | RGDB is a console frontend for GNU debugger |
| homepage | |
| repository | https://github.com/r-gdb/rgdb |
| max_upload_size | |
| id | 1541927 |
| size | 501,190 |
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.

- Syntax-highlighted source window
- Visual breakpoint setting
- Mouse scrollable for gdb history or source code
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.