pmg has asked for the wisdom of the Perl Monks concerning the following question:
Scenario:
I am in the debugger in a subroutine.
I want to force an immediate return from that subroutine, without executing the rest of the subroutine.
<DB> a return
doesn't return.
Any suggestions?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: inserting code in the debugger
by jethro (Monsignor) on Jul 13, 2010 at 11:29 UTC |