File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,11 @@ can type in the following commands:
61
61
* ** c:** execute the next block
62
62
* ** Q:** quit the debugger
63
63
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
66
69
` undebug() ` on your function or just ` source() ` your script file again.
67
70
68
71
** Correcting errors is fine, but why should I optimize my code when it works?**
You can’t perform that action at this time.
0 commit comments