PHP
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 [...]

Share this on:
  • Print
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Add to favorites
  • email
  • MisterWong
  • MySpace
  • Reddit
  • RSS
  • Yahoo! Bookmarks
Read More
Posted on 30th October 2009No Comments