Perl breakpoint
Posted by kusno mudiarto at May 8th, 2008
Put :
$DB::single=2;
to enable breakpoint in the code. Don’t forget to run with -d
Tags: perldebug
Posted by kusno mudiarto at May 8th, 2008
Put :
$DB::single=2;
to enable breakpoint in the code. Don’t forget to run with -d
Tags: perldebug