Skip to content

Instantly share code, notes, and snippets.

@ugurozturk
Created June 27, 2017 00:29
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