HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

rr — Debugging tool designed to record and replay program execution. More information: <https://github.co

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandanddesignedclidebuggingtoolrecordrr

Problem

How to use the rr command: Debugging tool designed to record and replay program execution. More information: <https://github.com/rr-debugger/rr/wiki/Usage>.

Solution

rr — Debugging tool designed to record and replay program execution. More information: <https://github.com/rr-debugger/rr/wiki/Usage>.

Record an application:
rr record {{path/to/binary --arg1 --arg2}}


Replay latest recorded execution:
rr replay

Code Snippets

Record an application

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

Replay latest recorded execution

rr replay

Context

tldr-pages: common/rr

Revisions (0)

No revisions yet.