mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-08 01:57:24 +00:00
Update cheatsheets
This commit is contained in:
17
rr
Normal file
17
rr
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user