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

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to