snippetbashTip
rr — Debugging tool designed to record and replay program execution. More information: <https://github.co
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 replayCode Snippets
Record an application
rr record {{path/to/binary --arg1 --arg2}}Replay latest recorded execution
rr replayContext
tldr-pages: common/rr
Revisions (0)
No revisions yet.