Skip to content

Instantly share code, notes, and snippets.

@florentdestremau
Created January 22, 2016 10:16
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 florentdestremau/8c0ab8bcb6c0aab28062 to your computer and use it in GitHub Desktop.
Save florentdestremau/8c0ab8bcb6c0aab28062 to your computer and use it in GitHub Desktop.
Xdebug config
zend_extension=/usr/lib/php5/20100525/xdebug.so
[xdebug]
xdebug.cli_color = 1
xdebug.scream = Off
xdebug.max_nesting_level = 500
[xdebug-remote-debug]
xdebug.remote_enable = true
xdebug.remote_autostart = 0
xdebug.remote_mode = req
xdebug.remote_host=172.16.1.1
xdebug.remote_connect_back = 1
xdebug.idekey = XDEBUG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment