Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I think I'm just being dense, but I can't seem to figure out how to use the debugging tool while working in R in Eclipse (StatET plugin). Has anyone got any tips or tutorials on the subject?

share|improve this question
I'm a StatEt user, but I'm not aware of a debugger built into Statet. Do you mean the debugging tools built into core R or some other aspect ? – PaulHurleyuk May 18 '10 at 20:15
The debugging tool is part of the Eclipse, I think (Window -> Open Perspective -> Debug), and not built into StatET per se. – Roman Luštrik May 19 '10 at 7:14

3 Answers

up vote 3 down vote accepted

The debug framework in Eclipse is not setup to work with R.

Roman Francois had considered having someone code up an integrated debugger that could possibly integrate with Eclipse/Stat-et, but I'm not sure that project progressed.

http://www.r-project.org/soc09/ideas.html#p5

The only "traditional" debugger that I know of that works with R is Revolution's IDE,

http://blog.revolutionanalytics.com/2009/11/rpe-the-r-productivity-environment-for-windows.html

That said, I would love to have a debugger for the Stat-et plugin too.

share|improve this answer

StatET 2.00+ now has experimental support for advanced/visual debugging. It requires Eclipse 3.6 or 3.7

Installation instructions are here

You can see a snippet of video from UseR! 2011 here

EDIT: StatET 2.0.0 released or later includes the integrated debugger and is available here

share|improve this answer
A minor setback is that R needs to be patched for this. – Roman Luštrik Oct 9 '11 at 18:13
It will work without patching R, but you are correct that for full functionality, a patch is required. Hopefully R-core will incorporate this or equivalent functionality into the core. – Brian G. Peterson Oct 12 '11 at 12:50
Also, for those interested in testing StatET 3.0, see here: lists.r-forge.r-project.org/pipermail/statet-user/2012-May/… – jthetzel May 4 '12 at 13:33

Maybe this will help...

http://jeromyanglim.blogspot.com/2009/03/user-interface-for-r-statet-and-eclipse.html

share|improve this answer
That doesn't address the question at all. – Shane May 18 '10 at 15:07
As I read the last sentence, it is asking for tips and tutorials....what am I missing? There are links to the software, how to use, etc. – Btibert3 May 19 '10 at 15:31
@Btibert3: the "subject" is debugging in StatET, and not StatET in general. – JohnRos Nov 21 '11 at 11:54

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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