search for: fuction_nam

Displaying 1 result from an estimated 1 matches for "fuction_nam".

Did you mean: fuction_name
2011 Jun 03
1
debug R code
Hi List, I have a question regarding debug R code. I know I can use debug(fuction_name) and when code runs to that point, it will go to debugger. My question is inside debugger, how to stop a code at a specified line. For example, in C (gdb or dbx debugger) I can run "stop at 123" (stop at line 123) or 'b 123' (break at line 123). Is there any similar commend in R...