[Catalyst] Drop to Perl Debugger?

Sebastian Riedel sri at oook.de
Fri Feb 10 08:39:54 CET 2006


10.02.2006 02:20 <hkclark at gmail.com> <hkclark at gmail.com>:

> Is there a way to drop to the perl debugger while a Catalyst app is
> running in the development server script?  Maybe with something like:
>
> $DB::Single=1
>
> So that you can pay around with model objects and stuff "live"?

perl -d script/myapp_server.pl


--
sebastian




More information about the Catalyst mailing list