Webb Sprague wrote: > > Hi all, > > I have searched but to know avail. Is there a way to get a line number > when a function crashes? I am doing an edit->source->run cycle.
I don't think so, but traceback(), debug() and options(error = recover) are your friends. Also, you might want to check out the CRAN package "debug". Uwe Ligges > Feel free to cc me as I subscribe to the list in digest. > > Thanks > W > > ______________________________________________ > [EMAIL PROTECTED] mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
