소스 검색

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`