I am a happy user of ESS for coding and debugging R code. I have found a elusive bug recently deeply inside several for loops and ifs structures.

Is there any way of having ESS selectively travel the if/else structures or loop for all the values in a for loop?.

Does R or ESS have debugger mode where you can skip else clauses, loop the values and step into, step through, return etc?

[UPDATE]

Thanks @jubba for the link to the other SO question about debugging tools for R-language. At the end this was my real question. This other thread give the links for the kind of things that I wanted to know about the way of doing debugging in the current R.

link|improve this question

I have not put this question as a duplicate because I don't know how to do it, I hope to remember to google for it later ;-) – Pablo Marin-Garcia Feb 27 '11 at 8:27
1  
New version of ess-tracebug is available. It includes plenty of new cool features like watch window, debug/undebug on the fly of functions and methods. It also includes an interactive recover mode which makes it easy to navigate during the recover or dumped frames. – VitoshKa Mar 1 '11 at 18:58
here is the today's announcement: stat.ethz.ch/pipermail/ess-help/2011-March/006718.html – VitoshKa Mar 1 '11 at 19:09
feedback

1 Answer

up vote 6 down vote accepted

There has been a more general question about debugging in R on Stackoverflow :

Debugging tools for the R language

One answer by Davor Cubranic points to ess-tracebug which is, according to its website, "An emacs package for interactive debugging and error tracing in ESS". I've never used it myself, but it may be useful to you :

http://code.google.com/p/ess-tracebug/

link|improve this answer
Thanks for the link to the other question. It give the links for the kind of things that I wanted to know about the way of doing debugging in the current R. R-debug-tools.pdf and debuggingR and the one you provided – Pablo Marin-Garcia Feb 26 '11 at 15:13
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.