rr – record and replay debugger for C/C++

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. rr

    Record and Replay Framework

    It says on https://rr-project.org/ that it supports Go programm, what's the status?

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. rd

    Discontinued rd is a record/replay debugger written in rust (by sidkshatriya)

    Perhaps worth mentioning is that someone attempted to port this to Rust and got about 60,000 lines of code into it before archiving the project. I feel like comparing these two efforts would be an interesting case study on the impacts / benefits / limitations or difficulties, etc involved in rewriting from C++ to Rust.

    https://github.com/sidkshatriya/rd/

  4. devtools

    Replay.io DevTools

  5. devguide

    The Python developer's guide

    I've gotten rr to work with very specific builds of rpython before but you might be surprised at the interest:

    https://github.com/python/devguide/issues/1283

  6. BF-JIT

    BrainFuck just-in-time compiler

    I used this to help make my toy JIT compiler: https://github.com/danthedaniel/BF-JIT

    Super useful, especially considering I know barely anything about x86-64.

  7. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Bringing Record and Replay debugging everywhere on Linux

    6 projects | news.ycombinator.com | 26 Mar 2025
  • How does it feel to test a compiler?

    2 projects | news.ycombinator.com | 16 Aug 2024
  • GTFL – A Graphical Terminal for Common Lisp

    1 project | news.ycombinator.com | 27 May 2024
  • rr: Lightweight Recording and Deterministic Debugging

    1 project | news.ycombinator.com | 21 Apr 2024
  • Hermit is a hermetic and reproducible sandbox for running programs

    3 projects | news.ycombinator.com | 18 Apr 2024

Did you know that Rust is
the 5th most popular programming language
based on number of references?