Learn R Programming

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

debug (version 1.1.0)

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

33

Version

1.1.0

License

GPL version 2 or later

Maintainer

Mark Bravington

Last Published

February 15th, 2017

Functions in debug (1.1.0)

mtrace

Interactive debugging
bp

Breakpoints for debugging
go-skip-qqq

Flow control for debugger
README.debug

How to use the debug package
get.retval

Show current return value when debugging
fun.locator

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

Internal functions for debug