Xdebug installation with php 5.6 and Ubuntu

MacBook avec code sur un bureau

First of all you have to install the xdebug package for PHP 5.6 sudo apt-get install php-xdebug Then you have to enable it so it is accessible from PhpStorm for example Edit the file sudo nano /etc/php/5.6/mods-available/xdebug.ini and add the following lines xdebug.remote_enable xdebug.remote_connect_back xdebug.idekey – "vagrant" The PHP service needs to be restarted sudo … Read more