Learn R Programming

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

debug (version 1.2.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

Version

Install

install.packages('debug')

Monthly Downloads

22

Version

1.2.1

License

GPL (>= 2)

Maintainer

Mark Bravington

Last Published

November 13th, 2009

Functions in debug (1.2.1)

fun.locator

Get environment(s) where an object exists
debug-package

How to use the debug package
get.retval

Show current return value when debugging
mtrace

Interactive debugging
go-skip-qqq

Flow control for debugger
bp

Breakpoints for debugging
is.mtraced

Check if a function has been 'mtrace'd.