Skip to content

Instantly share code, notes, and snippets.

@we4tech
Created March 11, 2015 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save we4tech/889251f87c68b54cd438 to your computer and use it in GitHub Desktop.
Save we4tech/889251f87c68b54cd438 to your computer and use it in GitHub Desktop.
Xdebug with PHP
[xdebug]
zend_extension="/usr/local/opt/php55-xdebug/xdebug.so"
xdebug.default_enable=1
xdebug.remote_enable=1
xdebug.remote_port=9000
xdebug.remote_handler="dbgp"
xdebug.remote_autostart=1
xdebug.idekey="PHPSTORM"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment