Skip to content

Instantly share code, notes, and snippets.

@wsakaren
Created January 6, 2014 17:33
Show Gist options
  • Save wsakaren/8286348 to your computer and use it in GitHub Desktop.
Save wsakaren/8286348 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