1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 01:22:08 +02:00
tldr/pages/common/rr.md
2019-07-05 22:02:43 +01:00

241 B

rr

Debugging tool designed to record and replay program execution. More information: https://rr-project.org/.

  • Record an application:

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

  • Replay latest recorded execution:

rr replay