mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
99c7af4917
Mass update for more specific "more info" links
262 B
262 B
rr
Debugging tool designed to record and replay program execution. More information: https://github.com/rr-debugger/rr/wiki/Usage.
- Record an application:
rr record {{path/to/binary --arg1 --arg2}}
- Replay latest recorded execution:
rr replay