Learn R Programming

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

debug (version 1.2.2)

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.2

License

GPL (>= 2)

Maintainer

Mark Bravington

Last Published

April 12th, 2010

Functions in debug (1.2.2)

mtrace

Interactive debugging
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
fun.locator

Get environment(s) where an object exists
is.mtraced

Check if a function has been 'mtrace'd.
bp

Breakpoints for debugging
debug-package

How to use the debug package
last.try.error

Get last try-error
go-skip-qqq

Flow control for debugger