diff --git a/pages/common/rr.md b/pages/common/rr.md new file mode 100644 index 0000000000..766bff5725 --- /dev/null +++ b/pages/common/rr.md @@ -0,0 +1,12 @@ +# rr + +> Debugging tool designed to record and replay program execution. +> More information: . + +- Record an application: + +`rr record {{path/to/binary --arg1 --arg2}}` + +- Replay latest recorded execution: + +`rr replay`