瀏覽代碼

rr: add page (#3166)

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`