This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
DOC PATCH 5.7.3 (perldelta)
authorMark-Jason Dominus <mjd@plover.com>
Tue, 5 Mar 2002 05:35:58 +0000 (05:35 +0000)
committerAbhijit Menon-Sen <ams@wiw.org>
Tue, 5 Mar 2002 05:10:33 +0000 (05:10 +0000)
   Message-Id: <20020305053558.31677.qmail@plover.com>

p4raw-id: //depot/perl@15040

pod/perldelta.pod

index 962747a..e9d35ec 100644 (file)
@@ -2329,6 +2329,13 @@ See L<perldebug>
 
 =item *
 
+The debugger has a new C<dumpDepth> option to control the maximum
+depth to which nested structures are dumped.  The C<x> command has
+been extended so that C<x N EXPR> dumps out the value of I<EXPR> to a
+depth of at most I<N> levels.
+
+=item *
+
 If an attempt to use a (non-blessed) reference as an array index
 is made, a warning is given.