Skip to content

Instantly share code, notes, and snippets.

@ugurozturk
Created June 27, 2017 00:29
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 ugurozturk/c5c9b6a636db0a30c68c8916bf490dce to your computer and use it in GitHub Desktop.
Save ugurozturk/c5c9b6a636db0a30c68c8916bf490dce to your computer and use it in GitHub Desktop.
zend_extension = php_xdebug.dll
xdebug.default_enable = 1
xdebug.remote_enable = 1
xdebug.remote_autostart = 1
xdebug.remote_handler = "dbgp"
xdebug.remote_host = localhost
xdebug.remote_port = 9000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment