Which, if any, R IDEs (e.g. StatET, Revolution R, RStudio, ESS, NppToR, others) support conditional breakpoints?
This is available via
bp
debug
browser()
Yes, this is possible with Eclipse
+ StatET 2.0
in R 2.14-1
.
Eclipse
supports conditional debugging, and StatET 2.0
supports visual debugging (as long as you have a fairly recent version of R.)
Assuming you know your way around Eclipse, do the following:
With the debug perspective open, you will have a pane that contains tabs for Variables / Breakpoints
. In the breakpoints tab, select your breakpoint, then click the Conditional / Expression
tickbox and enter your condition.
In searching for this answer, I found the following pages helpful: