Skip to content

Instantly share code, notes, and snippets.

@anyt
Created April 13, 2018 20:02
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 anyt/904c6a1c0402e26355b8753ce040a5fd to your computer and use it in GitHub Desktop.
Save anyt/904c6a1c0402e26355b8753ce040a5fd to your computer and use it in GitHub Desktop.
[xdebug]
;zend_extension="/usr/local/opt/php71-xdebug/xdebug.so"
xdebug.max_nesting_level = 1000
xdebug.idekey="PHPSTORM"
xdebug.remote_enable=On
xdebug.remote_connect_back=ON
xdebug.remote_port=9001
xdebug.remote_autostart=1
#xdebug.remote_log=/Users/anyt/Sites/logs/xdebug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment