Learn R Programming

⚠️There's a newer version (1.3.1) of this package.Take me there.

debug (version 1.2.4)

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

Version

Install

install.packages('debug')

Monthly Downloads

22

Version

1.2.4

License

GPL (>= 2)

Maintainer

Mark Bravington

Last Published

January 5th, 2011

Functions in debug (1.2.4)

last.try.error

Get last try-error
mtrace

Interactive debugging
is.mtraced

Check if a function has been 'mtrace'd.
step.into.sysfuns

Set or get options for which "special" functions get stepped into, when in step-mode.
get.retval

Show current return value when debugging
go-skip-qqq

Flow control for debugger
fun.locator

Get environment(s) where an object exists
debug.C

For debugging C-calls with many arguments.
debug-package

How to use the debug package
bp

Breakpoints for debugging