Hacker News new | ask | show | jobs
by mbrubeck 4441 days ago
I should note that Mozilla's "rr" is actually similar conceptually to the Elm debugger, since it records an input stream rather than a snapshot of the program's states or actions. But the mechanism is quite different, since C++ doesn't naturally isolate nondetermistic "inputs" in the way Elm does.
1 comments

Replay frameworks are common in the systems community; the trick is to capture and record non-determinism somehow.