[jifty-devel] debugging jifty apps

Jesse Vincent jesse at bestpractical.com
Sun Apr 2 04:18:11 EDT 2006




On Sun, Apr 02, 2006 at 09:59:47AM +0200, Daniel McBrearty wrote:
> How do you guys usually do this? say you want to dump some arbitrary data
> structure when a request is run ... ?

Do you have develmode turned on? If so, click on "page info" in the
lower right hand corner.

Also, Jifty->log->debug(Jifty::YAML::Dump($foo)); will get it into your
debug log.

Also, 

putting 

  LogLevel: DEBUG

 in the framework section of your config file will get you a lot more
 information. 

I suspect that change should be the default


> --
> Daniel McBrearty
> email : danielmcbrearty at gmail.com
> www.engoi.com : the multi - language vocab trainer
> BTW : 0873928131

> _______________________________________________
> jifty-devel mailing list
> jifty-devel at lists.jifty.org
> http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel


-- 


More information about the jifty-devel mailing list