rr is a record-and-replay debugger for Linux that captures a program’s execution and lets you replay the exact same run later inside gdb.
It’s designed to make difficult, intermittent, and low-level bugs easier to investigate by turning unreliable live debugging sessions into repeatable replays, and it can handle applications made up of multiple processes and threads.
This is free and open source software.
Key Features
- Provides deterministic record and replay for Linux applications.
- Extends gdb with efficient reverse execution.
- Supports hardware data watchpoints during replay.
- Can debug multi-process and multi-threaded workloads.
- Offers low overhead compared to similar tools, especially for mostly single-threaded workloads.
- Works with gdb scripting and IDE integration.
- Creates durable, compact traces that can be moved between machines.
- Includes a chaos mode to help reproduce intermittent bugs.
Website: github.com/rr-debugger/rr
Support:
Developer: rr-debugger
License: MIT License
rr is written in C++ and C. Learn C++ with our recommended free books and free tutorials. Learn C with our recommended free books and free tutorials.
Related Software
| Debuggers | |
|---|---|
| LLDB | Next generation, high-performance debugger |
| Ghidra | Software reverse engineering framework |
| Delve | Source level debugger for the Go programming language |
| GDB | The GNU Debugger |
| Valgrind | A memory debugger and profiler |
| Radare2 | Portable reversing framework |
| BugStalker | Rust debugger |
| Xdebug | Extension for PHP to aid debugging and development |
| Seer | GUI frontend to GDB |
| iaito | Graphical interface for radare2 |
| React Native Debugger | Standalone app for debugging React Native apps |
| KDbg | Graphical user interface to GDB |
| strace | Diagnostic, debugging and instructional userspace utility |
| rr | Record-and-replay debugger |
| drgn | Programmable debugger that puts scripting at the centre |
| cgdb | Lightweight console frontend to the GNU debugger |
| PuDB | Console-based visual debugger for Python |
| nnd | Partially inspired by RemedyBG |
| bashdb | Source-code debugger for bash; follows the GDB command syntax |
| Sysprof | Profile an application or entire system |
| crash | Linux kernel crash analysis utility |
| Nemiver | Standalone graphical debugger for GNOME |
Read our verdict in the software roundup.
Explore our carefully curated directory of recommended free and open source software, covering every major software category.The directory forms part of our extensive collection of articles for Linux enthusiasts. It includes hundreds of detailed reviews, together with free and open source alternatives to proprietary software from companies such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. LinuxLinks also covers interesting projects worth exploring, Linux-compatible hardware, free programming books and tutorials, and much more. Know a useful free and open source Linux application that we haven’t covered? Tell us about it using our submission form. |


Please read our Comment Policy before commenting.