This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
adjust $DB::deep from 100 to 1000
authorMark Jason Dominus <mjd@plover.com>
Fri, 7 Jun 2013 15:42:07 +0000 (11:42 -0400)
committerRicardo Signes <rjbs@cpan.org>
Fri, 7 Jun 2013 15:43:25 +0000 (11:43 -0400)
commit7aeefbb3234c8cf563ba8065fec1b841ee1415ab
treef2300ffa2e3cdbc32dd2cbed2a7a306f31885f64
parent9332b95f7fd17b2400da85452a406bc151d30d91
adjust $DB::deep from 100 to 1000

$DB::deep defaults to 100; this means that when the debugger gets 100
levels deep in subroutine calls, it automatically breaks execution.
While this might have been appropriate in 1989, in modern Perl programs,
the debugger might break before the program is even compiled.

This patch adjusts the default value up to 1000.

I was not able to find the default value documented anywhere.
lib/DB.pm
lib/perl5db.pl