|
|
| Keep It Simple, Stupid | |
| PerlMonks |
Re^2: Deep recursion problemby hexcoder (Friar) |
| on Feb 01, 2013 at 16:37 UTC ( #1016584=note: print w/ replies, xml ) | Need Help?? |
|
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:
This is now part of my debugger initialization file.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||