diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2002-08-05 01:55:33 +0100 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-08-12 11:57:17 +0000 |
commit | d672126634c5e568812ed35d4c8ea53a9a55ee4c (patch) | |
tree | 945dc0356b4ee4a487d37b526ec251ffa716354b /pod/perlrun.pod | |
parent | 75ea820e56eb2905cb7fed3312e2bd10c18778d5 (diff) | |
download | perl-d672126634c5e568812ed35d4c8ea53a9a55ee4c.tar.gz |
add verbose stack display option, -Dvs
Message-id: <20020805005533.B26111@fdgroup.com>
p4raw-id: //depot/perl@17718
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r-- | pod/perlrun.pod | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 4f9afdf6bf..3c1f159fd0 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -309,6 +309,7 @@ B<-D14> is equivalent to B<-Dtls>): 1 p Tokenizing and parsing 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 @@ -327,6 +328,7 @@ B<-D14> is equivalent to B<-Dtls>): 131072 T Tokenising 262144 R Include reference counts of dumped variables (eg when using -Ds) 524288 J Do not s,t,P-debug (Jump over) opcodes within package DB + 1048576 v Verbose: use in conjunction with other flags All these flags require B<-DDEBUGGING> when you compile the Perl executable (but see L<Devel::Peek>, L<re> which may change this). |