Re: [debugger] finding deep recursin

2004-01-12 Thread Peter Scott
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Matthew O. Persico) writes: >On 11 Jan 2004 17:33:32 -, Peter Scott wrote: >> In article <[EMAIL PROTECTED]>, >> [EMAIL PROTECTED] (Gabor Szabo) writes: >>> >>> Any idea how can I use the debugger to find the cause of >>> a deep recursion in m

Re: [debugger] finding deep recursin

2004-01-12 Thread Gabor Szabo
Thanks for the ideas. Actually what I did was running script and then turning on tracing in the debugger. Then I looked at the result to find out where exactly was the recursion called. thanks Gabor