in reply to Re: Deep recursion problem
in thread Deep recursion problem
As stated in perldiag, "this threshold can be changed from 100, by recompiling the perl binary, setting the C pre-processor macro PERL_SUB_DEPTH_WARN to the desired value."
Hmmm... there are two cases: with or without running the debugger. I assume you meant the case without the debugger.
With the debugger, one can set the threshold higher than 100 interactively prior to running the program, for example:
DB<1> $DB::deep=1000 DB<2> ...
This is now part of my debugger initialization file.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Deep recursion problem
by ikegami (Patriarch) on Feb 11, 2013 at 23:02 UTC |