in reply to Re^3: Debug recursion ?
in thread Debug recursion ?

And I should press r 100 times ( in a recursive subroutine case )? Isn't there a better way ?

Replies are listed 'Best First'.
Re^5: Debug recursion ?
by ysth (Canon) on Feb 25, 2007 at 19:45 UTC
    So you want to get out of all the levels of recursion? Set a breakpoint just after the initial call to the recursive subroutine (in your "c 10" example, there's already one there) and use c.