Essential Articles on Remote PHP Debugging with PHPStorm and Xdebug
Steps: Enable remote xdebug in php.ini you will add a line in php.ini xdebug.remote_enable=1 Test your connection, if it […]
Steps: Enable remote xdebug in php.ini you will add a line in php.ini xdebug.remote_enable=1 Test your connection, if it […]
$ sudo apt-get install php5-dev php-pear $ sudo pecl install xdebug Open file /etc/php5/fpm/php.ini $ sudo nano /etc/php5/fpm/php.ini add the […]
You must be logged in to post a comment.