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 ?