[Catalyst] Debugging Catalyst Apps
Roderick A. Anderson
raanders at acm.org
Wed Oct 11 20:07:06 CEST 2006
I am kind of lost in how to run a Catalyst App through the Perl debugger.
So far all my attempts of infinite innocence ( cluelessness ) haven't
worked out.
The link from a previous thread on mod_perl profiling doesn't apply as
I'm developing using cat_server.pl.
I really need ( would like ) to step through each bit of my code. I'm
sure there is a Catalyst related logic error but can't place my finger on.
When I try 'perl -d cat_server.pl -p 3006' I get the following error
when I get to cat->run( ... );
Couldn't create daemon: Address already in use at
/usr/lib/perl5/site_perl/5.8.8/Catalyst/Engine/HTTP.pm line 135.
followed by _other_ lines that relate to HTTP.pm.
TIA,
Rod
--
More information about the Catalyst
mailing list