[R] R debugging options

Larry Howe larry.howe at comjet.com
Tue Apr 18 19:45:48 CEST 2006


On Monday April 17 2006 21:08, Francisco J. Zagmutt wrote:
> RSiteSearch("debug") or RSiteSearch("debugging") will give you a lot or
> relevant information.  I personally use library(debug) extensivelly and it
> should do all the taks you asked about. There is a nice article describing
> the debug lilbrary in the 2003/3 issue of R News
> http://cran.r-project.org/doc/Rnews/Rnews_2003-3.pdf
>
> Cheers
>
> Francisco

Wow! That is a great package. I think it does all I need.

Is there a way to turn on debugging for all loaded functions? My source file 
contains many functions and I would prefer not to have to mtrace() each one. 
Something like

>mtrace(how_do_I_get_a_list_of_all_loaded_functions)

?

Larry




More information about the R-help mailing list