[Catalyst] how to set CATALYST_DEBUG

Ian Wells ijw at cack.org.uk
Mon Jun 29 13:34:43 GMT 2009


2009/6/29 Kieren Diment <diment at gmail.com>:
> So uncomment PerlSetEnv CATALYST_DEBUG=1 in you config when you want
> debugging on.

Where did he say he'd commented it out?

> I removed -Debug, and set $ENV{CATALYST_DEBUG} =1 using PerlSetEnv
> CATALYST_DEBUG 1.

Malloy, try dumping $ENV{CATALYST_DEBUG} in your app code and seeing
if it's actually set.  Ideally, do that in lib/{App}.pm .

-- 
Ian.



More information about the Catalyst mailing list