Skip to content

Instantly share code, notes, and snippets.

@szabacsik
Last active July 7, 2018 07:36
Show Gist options
  • Save szabacsik/b97ccf73be190372a0f144c41ba99833 to your computer and use it in GitHub Desktop.
Save szabacsik/b97ccf73be190372a0f144c41ba99833 to your computer and use it in GitHub Desktop.
xdebug configuration file
zend_extension="/usr/lib/php/20170718/xdebug.so"
xdebug.remote_port=9000
xdebug.remote_enable=1
xdebug.remote_connect_back=0
xdebug.remote_autostart=1
xdebug.idekey = PHPSTORM
xdebug.default_enable = 0
xdebug.profiler_enable = 1
;remember to change this to your local ip address
xdebug.remote_host=10.0.75.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment