diff options
author | Chip Salzenberg <chip@pobox.com> | 2009-08-26 13:25:52 -0700 |
---|---|---|
committer | Chip Salzenberg <chip@pobox.com> | 2009-08-26 13:25:52 -0700 |
commit | cc8773c013ccdaec9cb8d2c57d85a70c368e102f (patch) | |
tree | 75c4d64ff937319b810abe13657eb1924017f8d3 /pod/perlrun.pod | |
parent | 52a66c2cc3722485e8a16f1da9c026524180ca8c (diff) | |
download | perl-cc8773c013ccdaec9cb8d2c57d85a70c368e102f.tar.gz |
New debugging flag -DB now dumps subroutine definitions,
leaving -Dx for its original purpose of dumping syntax trees.
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r-- | pod/perlrun.pod | 1 |
1 files changed, 1 insertions, 0 deletions
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<Devel::Peek>, L<re> which may change this). |