diff options
-rw-r--r-- | lib/DB.pm | 2 | ||||
-rw-r--r-- | lib/perl5db.pl | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -48,7 +48,7 @@ BEGIN { $running = 1; # are we running, or are we stopped? @stack = (0); @clients = (); - $deep = 100; + $deep = 1000; $ready = 0; @saved = (); @skippkg = (); diff --git a/lib/perl5db.pl b/lib/perl5db.pl index 8db61dd59c..188b8fb41d 100644 --- a/lib/perl5db.pl +++ b/lib/perl5db.pl @@ -9030,7 +9030,7 @@ BEGIN { # This does not compile, alas. (XXX eh?) # This defines the point at which you get the 'deep recursion' # warning. It MUST be defined or the debugger will not load. - $deep = 100; + $deep = 1000; # Number of lines around the current one that are shown in the # 'w' command. |