enable xdebug ubuntu apache2 code example
Example 1: xdebug ubuntu
sudo apt install php-xdebug
Example 2: reinstal apache2 ubuntu
sudo apt-get --purge remove apache2
sudo apt-get autoremove
sudo apt-get install apache2
sudo /etc/init.d/apache2 restart