Skip to content

Instantly share code, notes, and snippets.

@dlip
Created June 5, 2013 08:15
Show Gist options
  • Save dlip/5712378 to your computer and use it in GitHub Desktop.
Save dlip/5712378 to your computer and use it in GitHub Desktop.
xdebug vagrant config
zend_extension=/usr/lib/php5/20090626+lfs/xdebug.so
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_host=192.168.33.1
xdebug.remote_port=9000
xdebug.remote_cookie_expire_time=36000
xdebug.profiler_enable_trigger = 1;
xdebug.profiler_output_dir = "/vagrant/profiler"
xdebug.profiler_output_name = cachegrind.out.%t.%p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment