Mar 202010
Install Xdebug for PHP under Ubuntu
Answer:
Xdebug is a very useful debugging extension for PHP, to install under Ubuntu:
# sudo pecl install xdebug
# echo "extension=xdebug.so" > /etc/php.d/xdebug.ini
Restart Apache and that's all.