in reply to
Re^4: Debug recursion ?
in thread
Debug recursion ?
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.
I'm
looking for a job
.
Comment on
Re^5: Debug recursion ?
In Section
Seekers of Perl Wisdom