mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* common/r*: add Korean translation * Update rtv.md * Update pages.ko/common/rtv.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
12 lines
275 B
Markdown
12 lines
275 B
Markdown
# rr
|
|
|
|
> 프로그램 실행을 기록하고 재생하기 위한 디버깅 도구.
|
|
> 더 많은 정보: <https://rr-project.org/>.
|
|
|
|
- 애플리케이션 기록:
|
|
|
|
`rr record {{경로/대상/바이너리 --arg1 --arg2}}`
|
|
|
|
- 마지막으로 기록된 실행 재생:
|
|
|
|
`rr replay`
|