Debugging PHP applications with Krumo

Wednesday, July 25, 2007

There are times during web applications development with PHP that you need something more than the built-in functions print_r() and var_dump() in order to debug your scripts efficiently. You may want to know the name of the variable you are dumbing or you may want to see in which line of your file that variable was evoked, features that print_r() and var_dump() don't provide.



With Krumo things become very easy! You just install it and call its functions every time you want to dump a variable! The resulted information you get are more helpful and beautified (with customizable CSS) while the collapsible DHTML tree menu can be very handy! Check it out yourself!

0 candy-tate(s)!: