MCP server for rr reverse debugging — enables AI assistants to record, replay, and inspect program executions via GDB/MI
-
Updated
Apr 21, 2026 - Python
MCP server for rr reverse debugging — enables AI assistants to record, replay, and inspect program executions via GDB/MI
Open-source deterministic record/replay for native Windows processes. Record once, replay the same execution inputs, then navigate back by event.
Provide an MCP server to enable reverse debugging with rr, improving control and insight during program execution analysis.
ARM Cortex-M emulator with time-travel debugging: snapshot, rewind, byte-equal replay.
Time-travel debugger in Rust: step backward through a running program and scrub its execution timeline
Record/replay reverse debugger for Apple Silicon. Runs a macOS binary inside a Hypervisor.framework VM, replays it bit-for-bit, and executes backwards to the instruction — and thread — that last wrote an address.
A time-travel debugger for Python 3.12+: record once, step backwards, ask when a variable last changed.
To associate your repository with the reverse-debugging topic, visit your repo's landing page and select "manage topics."