1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-22 08:43:58 +02:00
tldr/pages/common/rr.md

13 lines
262 B
Markdown
Raw Normal View History

2019-07-05 23:02:43 +02:00
# rr
> Debugging tool designed to record and replay program execution.
> More information: <https://github.com/rr-debugger/rr/wiki/Usage>.
2019-07-05 23:02:43 +02:00
- Record an application:
`rr record {{path/to/binary --arg1 --arg2}}`
- Replay latest recorded execution:
`rr replay`