From cc8773c013ccdaec9cb8d2c57d85a70c368e102f Mon Sep 17 00:00:00 2001 From: Chip Salzenberg Date: Wed, 26 Aug 2009 13:25:52 -0700 Subject: New debugging flag -DB now dumps subroutine definitions, leaving -Dx for its original purpose of dumping syntax trees. --- pod/perlrun.pod | 1 + 1 file changed, 1 insertion(+) (limited to 'pod/perlrun.pod') diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 3d177ebd52..f18a40a7f0 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -418,6 +418,7 @@ B<-D14> is equivalent to B<-Dtls>): 4194304 A Consistency checks on internal structures 8388608 q quiet - currently only suppresses the "EXECUTING" message 16777216 M trace smart match resolution + 33554432 B dump suBroutine definitions, including special Blocks like BEGIN All these flags require B<-DDEBUGGING> when you compile the Perl executable (but see L, L which may change this). -- cgit v1.2.1