01 ottobre 2010

PHP Debugging

Just a few notes for my (hope not so many) future PHP projects:

  • Install Eclipse + PDT
  • Installed XDebug (follow the excellent online wizard)
  • Added in php.ini:
  • xdebug.remote_enable=1
  • xdebug.remote_host="localhost"
  • xdebug.remote_port=9000
  • xdebug.remote_handler="dbgp"
  • Configured Debug in Eclipse with XDebug