[Catalyst] Debugging a catalyst application with the Perl debugger?

Kieren Diment diment at gmail.com
Fri Apr 28 23:32:44 CEST 2006


On 29/04/06, Alan Humphrey <alan.humphrey at comcast.net> wrote:
>
> http://dev.catalyst.perl.org/wiki/DebugSample
>
> might help...



Another approach I like is to write some tests with
Test::WWW::Mechanize::Catalyst put a breakpoint just before the test I want
to examine with $DB::single=2; and the same $DB... statement in the code I
want.  Then instead of prove -l t/my_test.t I run perl -d -Ilib t/my_test.t

Saves mucho pointing and clicking
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rawmode.org/pipermail/catalyst/attachments/20060429/84caa6be/attachment.htm 


More information about the Catalyst mailing list