Skip to content

Instantly share code, notes, and snippets.

@30equals
Created January 13, 2013 14:31
Show Gist options
  • Select an option

  • Save 30equals/4524356 to your computer and use it in GitHub Desktop.

Select an option

Save 30equals/4524356 to your computer and use it in GitHub Desktop.
Working config for xdebug in Vagrant
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=1
xdebug.remote_connect_back=1
@sjugge
Copy link

sjugge commented Jan 13, 2013

nice one. Will add it to add it to a next version of the repackaged boxes :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment