Skip to content

Instantly share code, notes, and snippets.

@khoerodin
Forked from wsakaren/xdebug_php.ini
Created April 28, 2017 03:17
Show Gist options
  • Save khoerodin/c303930986904498a3b1e92efef371ec to your computer and use it in GitHub Desktop.
Save khoerodin/c303930986904498a3b1e92efef371ec to your computer and use it in GitHub Desktop.
xdebug settings in php.ini
[xdebug]
xdebug.remote_enable=1
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment