Skip to content

Instantly share code, notes, and snippets.

@GitHub30
Created December 7, 2017 19:11
Show Gist options
  • Save GitHub30/26699b574a6c42f96edb92f7541f6166 to your computer and use it in GitHub Desktop.
Save GitHub30/26699b574a6c42f96edb92f7541f6166 to your computer and use it in GitHub Desktop.
"C:\MAMP\conf\php7.1.5\php.ini"
[XDebug]
zend_extension = "C:\MAMP\bin\php\php7.1.5\ext\php_xdebug.dll"
xdebug.remote_enable = On
xdebug.remote_host = 127.0.0.1
xdebug.remote_connect_back = Off
xdebug.remote_port = 9000
xdebug.remote_handler = dbgp
xdebug.remote_mode = req
xdebug.remote_autostart = On
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment