[ABE.pm] perl debugging

Ricardo SIGNES perl.abe at rjbs.manxome.org
Thu Feb 28 12:20:38 PST 2008


* "Faber J. Fedor" <faber at linuxnj.com> [2008-02-28T14:50:59]
> I've got a program that runs in about 30 seconds or so.  Running it with
> 'perl -d' takes about ten minutes; I'm assuming it's all the JSON calls
> the debugger has to handle.

Why is the debugger doing JSON calls that your program isn't?

> I thought I saw somewhere where you can turn debugging on and off from
> within the program itself but I can't seem to find it.

If you set $DB::single=1, that will create a breakpoint.

-- 
rjbs


More information about the ABE-pm mailing list