Skip to content

Instantly share code, notes, and snippets.

@rabellamy
Created February 16, 2015 14:27
Show Gist options
  • Save rabellamy/88fa9a57742a9db06f4f to your computer and use it in GitHub Desktop.
Save rabellamy/88fa9a57742a9db06f4f to your computer and use it in GitHub Desktop.
[xdebug]
zend_extension = xdebug.so
xdebug.remote_enable = 1
xdebug.remote_connect_back = 1
xdebug.remote_host = 172.22.22.1
xdebug.remote_port = 9000
xdebug.remote_handler = dbgp
xdebug.remote_log = /tmp/xdebug.log
xdebug.profiler_enable_trigger = 1
xdebug.profiler_output_dir = /tmp/xdebug.cachegrind
xdebug.idekey = VAGRANT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment