Linux
Command
Library
Commands
Basics
Tips
rr
rr
TLDR
Record an application
$ rr record [path/to/binary --arg1 --arg2]
Replay latest recorded execution
$ rr replay
COLLAPSE ALL
Copied to clipboard