rgdb

Crates.iorgdb
lib.rsrgdb
version0.1.5
created_at2025-02-04 13:28:10.650083+00
updated_at2025-05-02 15:26:14.497535+00
descriptionRGDB is a console frontend for GNU debugger
homepage
repositoryhttps://github.com/r-gdb/rgdb
max_upload_size
id1541927
size501,190
(shizhilvren)

documentation

README

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

rgdb 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.

Commit count: 123

cargo fmt