From: Tels Date: Wed, 9 Jan 2002 00:08:59 +0000 (+0100) Subject: perldebug nit X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1472e7de75222b97d63995edd75ecee5ae79b468;p=p5sagit%2Fp5-mst-13.2.git perldebug nit p4raw-id: //depot/perl@14142 --- diff --git a/pod/perldebug.pod b/pod/perldebug.pod index 7f58ddf..b711094 100644 --- a/pod/perldebug.pod +++ b/pod/perldebug.pod @@ -678,7 +678,7 @@ always spell them out in full for legibility and future compatibility. Other examples include - $ PERLDB_OPTS="NonStop frame=2" perl -d myprogram + $ PERLDB_OPTS="NonStop LineInfo=listing frame=2" perl -d myprogram which runs script non-interactively, printing info on each entry into a subroutine and each executed line into the file named F.