http://www.sitepoint.com/forums/showthread.php?649749-Xdebug-installed-and-loaded-but-not-working
Edit both /etc/php5/apache2/php.ini and /etc/php5/cli/php.ini
For instance:
zend_extension = /usr/lib/php5/20121212/xdebug.so
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_host=localhost
xdebug.remote_port=9000
Follow these instructions to check xdebug working
http://stackoverflow.com/questions/14046501/check-if-xdebug-is-working
No comments:
Post a Comment