Skip to content

Instantly share code, notes, and snippets.

@keg
Created February 4, 2016 02:21
Show Gist options
  • Save keg/e78aa0c714a6b57e7498 to your computer and use it in GitHub Desktop.
Save keg/e78aa0c714a6b57e7498 to your computer and use it in GitHub Desktop.
xdebug config
zend_extension="/usr/lib/php5/20131226/xdebug.so"
xdebug.extended_info = 1
xdebug.remote_autostart = 1
xdebug.remote_enable = 1
xdebug.remote_handler = dbgp
xdebug.remote_host = 127.0.0.1
xdebug.remote_port = "9000"
xdebug.profiler_enable_trigger = 1
xdebug.profiler_output_dir = /tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment