Using Xdebug

introduction Debug is a programming ability, the sooner you learn the better. And Xdebug is the most powerful tool for debugging PHP, this article is to introduce how to use Xdebug . Install 1 pecl install xdebug Modify the default configuration of xdebug (optional): View the configuration file of php.ini : 1 php –ini View …

Using Xdebug Read More »