[Catalyst] debugging the login

hkclark at gmail.com hkclark at gmail.com
Wed Dec 27 20:49:46 GMT 2006


On 12/27/06, Octavian Rasnita <orasnita at gmail.com> wrote:
> Hi,
>
> Is there a way to see what's happening when doing:
>
> $c->login($username, $password);
>

Hi Octavian,

You might have already tried this, but have you watched it under the
Perl debugger by starting the dev server with:

  perl -d script/myapp_server.pl

In case they are helpful, there are also a few other tips for
debugging Cat at the bottom of Catalyst::Manual::Tutorial::Debugging.

Regards,
Kennedy



More information about the Catalyst mailing list