Skip to content

Commit e9389ae

Browse files
committed
add debugging enter/c explanation to README
1 parent ba383d2 commit e9389ae

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,11 @@ can type in the following commands:
6161
* **c:** execute the next block
6262
* **Q:** quit the debugger
6363

64-
During debugging, you can inspect variables and modify them as if you were in a
65-
standard R session If you no longer want to use the debugger you can either call
64+
Use the `Enter` key to step through the statements and hit `c` if you get stuck
65+
in a long loop. During debugging, you can inspect variables and modify them as if
66+
you were in a standard R session.
67+
68+
If you no longer want to use the debugger you can quit it and then either call
6669
`undebug()` on your function or just `source()` your script file again.
6770

6871
**Correcting errors is fine, but why should I optimize my code when it works?**

0 commit comments

Comments
 (0)