Re: [debugger] finding deep recursin

2004-01-11 Thread Bob Goolsby
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

Re: [debugger] break on watch ?

2003-11-03 Thread Bob Goolsby (bogoolsb)
the code where it can change. thanks Gabor Bob Goolsby [EMAIL PROTECTED] (408) 853-2055

RE: [debugger] break on watch ?

2003-11-04 Thread Bob Goolsby (bogoolsb)
? >> >>Better yet when a hash changes ? >> >>The point is that I don't know the code, I have know idea >>where is this variable changed and there are lots of places >in the code >>where it can change. >> >>thanks >>Gabor > &g