Skip to content

Instantly share code, notes, and snippets.

@drobinson
Last active December 14, 2015 19:29
Show Gist options
  • Save drobinson/5136745 to your computer and use it in GitHub Desktop.
Save drobinson/5136745 to your computer and use it in GitHub Desktop.
Install xdebug 2.2.1 (which allows for breakpoints to be set in symlinked files)
wget http://xdebug.org/files/xdebug-2.2.1.tgz
tar -xzvf xdebug-2.2.1.tgz
cd xdebug-2.2.1
phpize
./configure --enable-xdebug
sudo make
sudo make install
sudo service apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment