mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
rr: add page (#3166)
This commit is contained in:
parent
945a4bd35e
commit
dacfef89ac
1 changed files with 12 additions and 0 deletions
12
pages/common/rr.md
Normal file
12
pages/common/rr.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue