Lars Maier преди 5 години
родител
ревизия
dacfef89ac
променени са 1 файла, в които са добавени 12 реда и са изтрити 0 реда
  1. 12 0
      pages/common/rr.md

+ 12 - 0
pages/common/rr.md

@@ -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`