Change 34706 by [EMAIL PROTECTED] on 2008/11/03 16:51:18

        Subject: Re: @{"_<$filename"} is unreasonably tied to use of DB::DB 
($^P & 0x2)
        From: Tim Bunce <[EMAIL PROTECTED]>
        Message-ID: <[EMAIL PROTECTED]>
        Date: Mon, 3 Nov 2008 16:25:37 +0000

Affected files ...

... //depot/perl/pod/perlvar.pod#175 edit

Differences ...

==== //depot/perl/pod/perlvar.pod#175 (text) ====
Index: perl/pod/perlvar.pod
--- perl/pod/perlvar.pod#174~32904~     2008-01-08 14:33:31.000000000 -0800
+++ perl/pod/perlvar.pod        2008-11-03 08:51:18.000000000 -0800
@@ -1217,7 +1217,8 @@
 
 =item 0x02
 
-Line-by-line debugging.
+Line-by-line debugging. Causes DB::DB() subroutine to be called for each
+statement executed. Also causes saving source code lines (like 0x400).
 
 =item 0x04
 
@@ -1254,12 +1255,13 @@
 
 =item 0x400
 
-Debug assertion subroutines enter/exit.
+Save source code lines into C<@{"_<$filename"}>.
 
 =back
 
 Some bits may be relevant at compile-time only, some at
 run-time only.  This is a new mechanism and the details may change.
+See also L<perldebguts>.
 
 =item $LAST_REGEXP_CODE_RESULT
 
End of Patch.

Reply via email to