rr aspires to be your primary C/C++ debugging tool for Linux, replacing — well, enhancing — gdb. You record a failure once, then debug the recording, deterministically, as many times as you want. The same execution is replayed every time. rr also provides efficient reverse execution under gdb. Set breakpoints and data watchpoints and quickly reverse-execute to where they were hit. rr works on real applications and is used by many developers to fix real bugs. It makes debugging hard bugs much easier, but also speeds up debugging of easy bugs.
Features
- Low overhead compared to other similar tools, especially on mostly-single-threaded workloads
- Documentation available
- Supports recording and replay of all kinds of applications: Firefox, Chrome, QEMU, LibreOffice, Go programs, etc.
- Record, replay and debug multiple-process workloads, including entire containers
- Works with gdb scripting and IDE integration
- Durable, compact traces that can be ported between machines
- Chaos mode to make intermittent bugs more reproducible
Categories
DebuggersFollow rr
Other Useful Business Software
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of rr!