Skip to content

Instantly share code, notes, and snippets.

@JuanRangel
Created August 21, 2018 23:00
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 JuanRangel/019eef46cd2b6b4b797ea5d6a1a968f7 to your computer and use it in GitHub Desktop.
Save JuanRangel/019eef46cd2b6b4b797ea5d6a1a968f7 to your computer and use it in GitHub Desktop.
PHPStorm php.ini xdebug config settings
[xdebug]
zend_extension=/usr/lib/php/extensions/no-debug-non-zts-20160303/xdebug.so
xdebug.remote_autostart=1
xdebug.default_enable=1
xdebug.remote_port=9001
xdebug.remote_host=127.0.0.1
xdebug.remote_connect_back=1
xdebug.remote_enable=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment