Skip to content

Instantly share code, notes, and snippets.

@jjmartucci
Created February 9, 2015 15:52
Show Gist options
  • Save jjmartucci/fce756cdedd6a94b7646 to your computer and use it in GitHub Desktop.
Save jjmartucci/fce756cdedd6a94b7646 to your computer and use it in GitHub Desktop.
Xdebug on Vagrant
zend_extension=xdebug.so
xdebug.remote_enable = 1
xdebug.remote_connect_back = 1
xdebug.idekey = "PHPSTORM"
xdebug.remote_handler = "dbgp"
xdebug.remote_port = 9000
@jjmartucci
Copy link
Author

/etc/php5/mods-available/xdebug.ini

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