Skip to content

Instantly share code, notes, and snippets.

@DuaelFr
Created October 13, 2015 15:21
Show Gist options
  • Save DuaelFr/3240af4efa168c0eab1f to your computer and use it in GitHub Desktop.
Save DuaelFr/3240af4efa168c0eab1f to your computer and use it in GitHub Desktop.
xDebug config for PhpStorm
[XDebug]
zend_extension = xdebug.so
xdebug.remote_enable=1
xdebug.remote_autostart=1
xdebug.remote_host=127.0.0.1
xdebug.remote_port="9000"
xdebug.idekey="PHPSTORM"
xdebug.max_nesting_level=9999
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment