Skip to content

Instantly share code, notes, and snippets.

@jehoshua02
Created September 7, 2012 22:38
Show Gist options
  • Save jehoshua02/3670362 to your computer and use it in GitHub Desktop.
Save jehoshua02/3670362 to your computer and use it in GitHub Desktop.
how I have my xdebug configured ...
[xdebug]
zend_extension = /usr/lib/php5/20090626/xdebug.so
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.collect_params = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment