Skip to content

Instantly share code, notes, and snippets.

@jeremysells
Created October 19, 2015 22:40
Show Gist options
  • Save jeremysells/36b2dd4756bf84948dc5 to your computer and use it in GitHub Desktop.
Save jeremysells/36b2dd4756bf84948dc5 to your computer and use it in GitHub Desktop.
local xdebug settings
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
@jeremysells
Copy link
Author

jeremysells commented Oct 19, 2015

sudo nano /etc/php5/mods-available/xdebug.ini

sudo service apache2 restart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment