Skip to content

Instantly share code, notes, and snippets.

@jsifalda
Created August 18, 2012 10:32
Show Gist options
  • Save jsifalda/3385953 to your computer and use it in GitHub Desktop.
Save jsifalda/3385953 to your computer and use it in GitHub Desktop.
Xdebug: nginx (php-fpm) and phpStorm configuration
zend_extension="/usr/lib/php/extensions/no-debug-non-zts-20090626/xdebug.so"
[xdebug]
xdebug.idekey="macgdbp"
xdebug.remote_enable=1
xdebug.remote_host="localhost"
xdebug.remote_port=9089
xdebug.remote_handler="dbgp"
;In phpStorm set remote debugging port 9089
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment