schrodinger has asked for the wisdom of the Perl Monks concerning the following question:
And the debugger will be invoked, pausing the script at the location of the set_trace() call. I'm sure there's an equivalent in Perl, but I'm just not able to find it. Please help :)import pdb pdb.set_trace()
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Stopping script execution from within the code like Python's pdb
by Corion (Patriarch) on Jul 03, 2015 at 13:30 UTC | |
|
Re: Stopping script execution from within the code like Python's pdb
by Athanasius (Cardinal) on Jul 03, 2015 at 14:04 UTC | |
|
Re: Stopping script execution from within the code like Python's pdb
by choroba (Cardinal) on Jul 03, 2015 at 14:09 UTC | |
|
Re: Stopping script execution from within the code like Python's pdb
by QM (Parson) on Jul 03, 2015 at 14:10 UTC |