Hacker News new | ask | show | jobs
by tperry98 3750 days ago
Live Recorder: http://www.undo-software.com

Record a process on Linux and save an exact copy of the program's execution; replay it later on a different machine, and step backwards and forwards through the recording at the source level to figure out where it went wrong.

There are a few main things that make this possible:

- lightweight copy-on-write process snapshots

- re-executing (rather than recording) code we know to be deterministic

- a lot of time spent on handling corner cases to create a mature product

1 comments

This is incredibly cool. I saw http://rr-project.org/ on here recently.

Am I to understand this is basically the same, except you've added the ability to follow along in source code? That sounds very very cool.

What capabilities do you have if no source is available?

Just noticed your message, sorry for the delay. If you send a quick email to support at undo-software dot com we'll be happy to answer your questions.