Skip to content

Instantly share code, notes, and snippets.

@luzeduardo
Created June 16, 2012 05:48
Show Gist options
  • Save luzeduardo/2940115 to your computer and use it in GitHub Desktop.
Save luzeduardo/2940115 to your computer and use it in GitHub Desktop.
xdebug.ini with vagrant remote debug
zend_extension=<%= %x[find /usr/lib/php5 -name 'xdebug.so' 2> /dev/null] %>
xdebug.default_enable=1
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_host=33.33.33.1
xdebug.remote_port=9000
xdebug.remote_autostart=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment