Skip to content

Instantly share code, notes, and snippets.

@debo
Created November 5, 2015 10:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save debo/b6d212cdb759269de929 to your computer and use it in GitHub Desktop.
Save debo/b6d212cdb759269de929 to your computer and use it in GitHub Desktop.
xdebug.ini
[xdebug]
zend_extension=/usr/lib64/php/5.6/modules/xdebug.so
xdebug.remote_enable=1
xdebug.remote_connect_back=0
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.remote_log=/tmp/xdebug.log
xdebug.remote_autostart=0
xdebug.idekey="phpstorm-xdebug"
xdebug.max_nesting_level=256
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment