Rev 230 | Rev 4181 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{browser}\title{Environment Browser}\usage{browser()}\alias{browser}\value{A call to \code{browser} causes a pause in the executionof the current expression and runs a copy of the \R interpreterwhich has access to variables local to the environmentwhere the call took place.Local variables can be listed with \code{ls},and manipulated with \R expressions typed to this sub-interpreter.The interpreter copy is exited by typing \code{c}.Execution then resumes at thestatement following the call to\code{browser}.Typing \code{n} causes the step-through-debugger, to startand it is possible to step through the remainder ofthe function one line at a time.}\seealso{\code{\link{debug}}.}\keyword{programming}\keyword{environment}