[Catalyst] Debugging a catalyst application with the Perl debugger?
Matija Grabnar
matija at literal.si
Sat Apr 29 00:32:19 CEST 2006
Kieren Diment wrote:
> 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
Very good points. Thank you!
More information about the Catalyst
mailing list