rr
Debugging tool designed to record and replay program execution. More information: <https://rr-project.org/>.
Install
- All systems
-
curl cmd.cat/rr.sh
- Debian
-
apt-get install rr - Ubuntu
-
apt-get install rr - Kali Linux
-
apt-get install rr - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install rr
Debugging tool designed to record and replay program execution. More information: <https://rr-project.org/>.
-
Record an application:
rr record path/to/binary --arg1 --arg2 -
Replay latest recorded execution:
rr replay
© tl;dr; authors and contributors