Search code examples
xdebugmacos-high-sierra

How to use xdebug with MAC High Sierra standard installation


I reinstalled my macbook with High Sierra (10.13). It contains Apache/2.4.27 and PHP 7.1.7.

Now I want to activate xdebug. Please can someone give me some informations, how to do it?

Thanks for help


Solution

  • The solution:

    curl -s http://php-osx.liip.ch/install.sh | bash -s 7.1
    

    Then I copied xdebug.so into my extension directory.