diff options
author | Craig A. Berry <craigberry@mac.com> | 2004-02-14 07:26:45 -0600 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2004-02-14 23:52:09 +0000 |
commit | 9388183fea7d692a0a6ded83ccc01767a8af49cf (patch) | |
tree | 4a346da185806c34131957670895c0c8020a2885 /pod/perlrun.pod | |
parent | d21142e6bf2cd8e4081790dd8d8c541e503b397a (diff) | |
download | perl-9388183fea7d692a0a6ded83ccc01767a8af49cf.tar.gz |
Enable v (verbose) switch on -Dp to display the top 8 elements
on the parser stack at each reduce. Also,
Subject: Re: switch from byacc to bison
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <craigberry-8058A3.13264414022004@onion.develooper.com>
change #if DEBUGGING to #ifdef ... in perly.c
p4raw-id: //depot/perl@22305
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r-- | pod/perlrun.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 551bbcb187..a6b90daa13 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -367,7 +367,7 @@ the format of the output is explained in L<perldebguts>. 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 + 1 p Tokenizing and parsing (with v, displays parse stack) 2 s Stack snapshots with v, displays all stacks 4 l Context (loop) stack processing |