Skip to content

Instantly share code, notes, and snippets.

@viitechsolutions
Created April 29, 2020 18:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save viitechsolutions/6d2283a28c497ce63b42629cd64e0b35 to your computer and use it in GitHub Desktop.
Save viitechsolutions/6d2283a28c497ce63b42629cd64e0b35 to your computer and use it in GitHub Desktop.
Install xdebug on Mac or Linux
curl https://xdebug.org/files/xdebug-2.9.5.tgz --output xdebug-2.9.5.tgz
tar -xzf xdebug-2.9.5.tgz
cd xdebug-2.9.5
phpize
./configure --enable-xdebug
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment