Hacker News new | ask | show | jobs
by wooosh 1498 days ago
You can debug programs that ran in the past using debuggers like rr[0], which support both recording execution for later debugging, or stepping backward in a running process.

[0]: https://rr-project.org/