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