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 debugger?


                Thanks.

HXD


        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to