commands.sh

rr

all

Debugging tool designed to record and replay program execution.

More info →

Examples (2)

Record an application

rr record path/to/binary --arg1 --arg2

Replay latest recorded execution

rr replay
made by @shridhargupta | data from tldr-pages