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.

there has been more general question debugging in r on stackoverflow :

debugging tools r language

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 :

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


Comments

Popular posts from this blog

Javascript line number mapping -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -