Skip to content

Instantly share code, notes, and snippets.

@mikebell
Created April 13, 2015 09:57
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 mikebell/80d4aeba439a232f4fd4 to your computer and use it in GitHub Desktop.
Save mikebell/80d4aeba439a232f4fd4 to your computer and use it in GitHub Desktop.
Basic xdebug settings
zend_extension="/usr/lib/php5/modules/xdebug.so"
xdebug.coverage_enable=1
xdebug.default_enable=1
xdebug.remote_enable=true
xdebug.remote_connect_back=true
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.remote_log=/tmp/xdebug.log
xdebug.idekey="PHPSTORM"
xdebug.max_nesting_level=100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment