Skip to content

Instantly share code, notes, and snippets.

@alexsegura
Created September 10, 2014 08:51
Show Gist options
  • Save alexsegura/5bcaf07a3e2fed35ec8a to your computer and use it in GitHub Desktop.
Save alexsegura/5bcaf07a3e2fed35ec8a to your computer and use it in GitHub Desktop.
XDebug configuration
[xdebug]
zend_extension=xdebug.so
xdebug.overload_var_dump = 0
xdebug.default_enable = 1
xdebug.idekey = "sublime.xdebug"
xdebug.remote_autostart = 0
xdebug.remote_enable = 1
xdebug.remote_log="/var/log/xdebug/xdebug.log"
xdebug.remote_host=192.168.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment