Skip to content

Instantly share code, notes, and snippets.

@mirzu
Created June 18, 2015 00:36
Show Gist options
  • Save mirzu/b19a3449130fe44bfd92 to your computer and use it in GitHub Desktop.
Save mirzu/b19a3449130fe44bfd92 to your computer and use it in GitHub Desktop.
Xdebug Setting.
[XDebug]
zend_extension="/usr/lib/php5/modules/xdebug.so"
xdebug.coverage_enable=1
xdebug.default_enable=1
xdebug.remote_enable=1
xdebug.remote_connect_back=1
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.remote_log=/tmp/xdebug.log
xdebug.remote_autostart=false
xdebug.idekey="sublime.xdebug"
xdebug.max_nesting_level=256
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment