Settings up xdebug on MAMP PRO
问题 I am trying to set up xdebug on mamp pro with no success. I searched all over the internet, nothing helped me. First I have tried just to uncomment the following line in php.ini: zend_extension="/Applications/MAMP/bin/php/php5.4.4/lib/php/extensions/no-debug-non-zts-20100525/xdebug.so" Next, I've tried the wizard: http://xdebug.org/wizard.php Next, I've tried adding these lines to php.ini: xdebug.default_enable=1 xdebug.remote_enable=1 xdebug.remote_handler=dbgp xdebug.remote_host=localhost