Created
November 21, 2015 12:59
-
-
Save aubm/eb76639d12f0e8d6d6db to your computer and use it in GitHub Desktop.
Debug remote autostart configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[XDebug] | |
zend_extension = "/path/to/xdebug.dll" | |
xdebug.remote_enable=on | |
xdebug.remote_handler=dbgp | |
xdebug.remote_port=9000 | |
xdebug.remote_autostart=on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment