restorepoint: Debugging with restore points

Debugging with restore points instead of break points. A restore point stores all local variables when called inside a function. The stored values can later be retrieved and evaluated in a modified R console that replicates the function's environment. To debug step by step, one can simply copy & paste the function body from the R script. Particularly convenient in combination with RStudio.

Version: 0.1
Published: 2013-02-10
Author: Sebastian Kranz
Maintainer: Sebastian Kranz <sebastian.kranz at uni-ulm.de>
License: GPL (≥ 2)
NeedsCompilation: no
CRAN checks: restorepoint results

Downloads:

Package source: restorepoint_0.1.tar.gz
MacOS X binary: restorepoint_0.1.tgz
Windows binary: restorepoint_0.1.zip
Reference manual: restorepoint.pdf
Vignettes: Tutorial restore points
News/ChangeLog:NEWS