2025-03-14 21:59:59 -06:00
|
|
|
# rr
|
|
|
|
|
|
|
|
|
|
> Debugging tool designed to record and replay program execution.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://github.com/rr-debugger/rr/wiki/Usage>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Record an application:
|
|
|
|
|
|
|
|
|
|
`rr record {{path/to/binary --arg1 --arg2}}`
|
|
|
|
|
|
|
|
|
|
- Replay latest recorded execution:
|
|
|
|
|
|
|
|
|
|
`rr replay`
|