diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-10-14 14:25:29 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-10-14 14:25:29 +0000 |
commit | 3679267a1146847531c6d6f9fc1a5988659ca0aa (patch) | |
tree | 3acf9f4a7e42e6562d4edfc7dfb74f71ff3a8e05 /pod/perlrun.pod | |
parent | 8bcd5811450ad13819564acc4bb15a205239031f (diff) | |
download | perl-3679267a1146847531c6d6f9fc1a5988659ca0aa.tar.gz |
A few fixes in the list of -D debugging flags
p4raw-id: //depot/perl@23364
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r-- | pod/perlrun.pod | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 3238a5cca3..3cc8d3daea 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -368,8 +368,7 @@ As an alternative, specify a number instead of list of letters (e.g., B<-D14> is equivalent to B<-Dtls>): 1 p Tokenizing and parsing (with v, displays parse stack) - 2 s Stack snapshots - with v, displays all stacks + 2 s Stack snapshots (with v, displays all stacks) 4 l Context (loop) stack processing 8 t Trace execution 16 o Method and overloading resolution @@ -391,7 +390,7 @@ B<-D14> is equivalent to B<-Dtls>): 1048576 v Verbose: use in conjunction with other flags 2097152 C Copy On Write 4194304 A Consistency checks on internal structures - 8388608 q quiet - currently only suppressed the "EXECUTING" message + 8388608 q quiet - currently only suppresses the "EXECUTING" message All these flags require B<-DDEBUGGING> when you compile the Perl executable (but see L<Devel::Peek>, L<re> which may change this). |