Created
October 19, 2015 22:40
-
-
Save jeremysells/36b2dd4756bf84948dc5 to your computer and use it in GitHub Desktop.
local xdebug settings
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
zend_extension=xdebug.so | |
xdebug.remote_host=127.0.0.1 | |
xdebug.remote_enable=1 | |
xdebug.remote_port=9000 | |
xdebug.remote_handler=dbgp | |
xdebug.remote_mode=req | |
xdebug.idekey=netbeans-xdebug | |
xdebug.remote_autostart=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sudo nano /etc/php5/mods-available/xdebug.ini
sudo service apache2 restart