debugging - Could Emacs Speaks Statistics loop through a R for loop like a real debugger? -
i happy user of ess coding , debugging r code. have found elusive bug inside several loops , ifs structures.
is there way of having ess selectively travel if/else structures or loop values in loop?.
does r or ess have debugger mode can skip else clauses, loop values , step into, step through, return etc?
[update]
thanks @jubba link other question debugging tools r-language. @ end real question. other thread give links kind of things wanted know way of doing debugging in current r.
- r-debug-tools.pdf
- debuggingr
- and 1 debugging ess, ess-tracebug
there has been more general question debugging in r on stackoverflow :
one answer davor cubranic points ess-tracebug
is, according website, "an emacs package interactive debugging , error tracing in ess". i've never used myself, may useful :
Comments
Post a Comment