rr
Debugging tool designed to record and replay program execution.
- Record an application:
rr record {path/to/binary --arg1 --arg2}
- Replay latest recorded execution:
rr replay
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).