Why using xdebug is a good idea
Recently I came across the xdebug extension for PHP. This one is very useful if you do a lot of PHP coding and need more tracing and variable output for debugging than just var_dump() or print_r() and have no time and nerve to code your own debug functions.
Just install xdebug (under debian or ubuntu you [...]
