Rdocumentation
powered by
Learn R Programming
debug (version 1.3.1)
MVB's debugger for R
Description
Debugger for R functions, with code display, graceful error recovery, line-numbered conditional breakpoints, access to exit code, flow control, and full keyboard input.
Copy Link
Link to current version
Version
Version
1.3.1
1.2.40
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
Install
install.packages('debug')
Monthly Downloads
33
Version
1.3.1
License
GPL (>= 2)
Maintainer
Mark Bravington
Last Published
February 7th, 2013
Functions in debug (1.3.1)
Search all functions
get.retval
Show current return value when debugging
last.try.error
Get last try-error
step.into.sysfuns
Set or get options for which "special" functions get stepped into, when in step-mode.
debug-package
How to use the debug package
is.mtraced
Check if a function has been 'mtrace'd.
mtrace
Interactive debugging
debug.C
For debugging C-calls with many arguments.
debug.eval
Evaluate expression in debugging window
bp
Breakpoints for debugging
fun.locator
Get environment(s) where an object exists.
go-skip-qqq
Flow control for debugger
step.into.sysfuns
Set or get options for which "special" functions get stepped into, when in step-mode.