add new chinese translations
This commit is contained in:
12
pages.zh/common/rr.md
Normal file
12
pages.zh/common/rr.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# rr
|
||||
|
||||
> 一个用于记录和重放程序执行的调试工具。
|
||||
> 更多信息:<https://rr-project.org/>.
|
||||
|
||||
- 记录一个应用程序:
|
||||
|
||||
`rr record {{路径/到/二进制文件 --参数1 --参数2}}`
|
||||
|
||||
- 重放最新的记录执行:
|
||||
|
||||
`rr replay`
|
Reference in New Issue
Block a user