diff options
author | Scott L. Miller <Scott.L.Miller@Compaq.com> | 2001-06-18 05:12:27 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-18 22:39:32 +0000 |
commit | 6f891d7dab7c11319066df6d1a3afcf0c5bb641d (patch) | |
tree | d4aa250f81acaae25a3edddbe20d0a8e734db0f4 /pod/perldebug.pod | |
parent | 60a2331071c42c5d2731a3f03a19a529f7521acd (diff) | |
download | perl-6f891d7dab7c11319066df6d1a3afcf0c5bb641d.tar.gz |
perl5db.pl v1.07 + docs
Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
p4raw-id: //depot/perl@10696
Diffstat (limited to 'pod/perldebug.pod')
-rw-r--r-- | pod/perldebug.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perldebug.pod b/pod/perldebug.pod index 88e412cbec..326bdab503 100644 --- a/pod/perldebug.pod +++ b/pod/perldebug.pod @@ -557,6 +557,10 @@ next option: Length to truncate the argument list when the C<frame> option's bit 4 is set. +=item C<windowSize> + +Change the size of code list window (default is 10 lines). + =back The following options affect what happens with C<V>, C<X>, and C<x> |