Skip to content

Instantly share code, notes, and snippets.

@xserrat
Created July 2, 2015 12:02
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 xserrat/bc39b6c412242361eae5 to your computer and use it in GitHub Desktop.
Save xserrat/bc39b6c412242361eae5 to your computer and use it in GitHub Desktop.
Xdebug config /etc/php5/conf.d/xdebug.ini
xdebug.idekey=vagrant
xdebug.remote_connect_back=1
xdebug.default_enable=1
xdebug.remote_autostart=0
xdebug.remote_enable=1
zend_extension=/usr/lib/php5/20131226/xdebug.so
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment