Re: [debugger] finding deep recursin
[email protected] (Bob Goolsby) Sun, 11 Jan 2004 19:26:10 -0800
| Newsgroups | perl.debugger |
|---|---|
| Message-ID | <[email protected]> |
Set a break-point on the sub that is recursing; step through it, paying attention to the value(s) of the variable(s) that are passed across the argument-list interface. B Gabor Szabo wrote: > Any idea how can I use the debugger to find the cause of > a deep recursion in my code ? > > Gabor > >