Xdebug configure in php.ini
First you need to go in /etc/apache2/php.ini dir. [xdebug] find this section or put this code under this xdebug section. Before doing this the xdebug
should be installed in your local system.
zend_extension="xdebug.so" xdebug.mode="debug" xdebug.start_with_request=trigger xdebug.client_port=9003 xdebug.log="/home/d45-bt/logs/xdebug.log" xdebug.start_with_request="yes"
Comments
Post a Comment