Last active
February 10, 2016 15:47
-
-
Save quanengineering/1f072bdad055732cbf21 to your computer and use it in GitHub Desktop.
Config /etc/php5/apache2/php.ini to enable xdebug
This file contains 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
--Add lines to php.ini | |
xdebug.remote_enable=1 | |
xdebug.remote_handler=dbgp | |
xdebug.remote_host=127.0.0.1 | |
xdebug.remote_port=9000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment