标签:
0. Install the best Firefox add-on for remote debugging The easiest Xdebug. I‘m not lying.
1. Install the xdebug extension from PECL or from a repo or download sources to compile it manually:
2. Compile the extension
4. Configure Xdebug in your php.ini
3. Make sure Xdebug was installed successfully
4. Don‘t forget to configure your fastcgi-server if you use one (example of nginx server config):
5. Don‘t forget to reload your web-server or php-fpm.
The best manual of how to use "The easiest Xdebug" addon for Firefox
标签:
原文地址:http://www.cnblogs.com/wawahaha/p/5170435.html