Skip to content
Prev 23935 / 398502 Next

Does the perl language have an equivalent to browser?

I don't know exactly what browser() does, but when you run perl -d use the
c command to follow through the script:

c <linenumber> # continue until reaching line <linenumber>

Or, set one or more breakpoints:
b <linenumber>
b <sub name>

and then use:

c

to continue to the next breakpoint.

Use d to delete a breakpoint.

Answers to this and much more can be found using perldoc perldebug.

ap

----------------------------------------------------------------------
Andrew J Perrin - http://www.unc.edu/~aperrin
Assistant Professor of Sociology, U of North Carolina, Chapel Hill
clists at perrin.socsci.unc.edu * andrew_perrin (at) unc.edu
On Fri, 4 Oct 2002, Patrick Connolly wrote:

            
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._