[R] : Automatic Debugging
    ArtemisIrvine 
    HughBBoyle at hotmail.com
       
    Mon Aug 23 18:55:53 CEST 2010
    
    
  
Hi, I need help executing the debug() function automatically, as opposed to
line-by-line execution. Essentially I want to create something like this:
execute <- function(fname , farguments)
{
debug(fname)
....
undebug(fname)
}
Where "..." is a process which automatically runs debug until an error is
found.
Any help would be appreciated, thanks.
-- 
View this message in context: http://r.789695.n4.nabble.com/R-Automatic-Debugging-tp2335475p2335475.html
Sent from the R help mailing list archive at Nabble.com.
    
    
More information about the R-help
mailing list