Now let’s assume that you haven’t installed xDebug yet! Now we have to install xDebug. Now to do that first we have to install PHP PEAR. To install PEAR let’s type the following command. Now if it says that you have already the latest PHP Pear. Then ready to move forward. Now to install xDebug you have to write down the following command. After successfully installing xDebug. You have to add the following code in your php.ini file. After writing …
Tag: Xdebug
xDebug for PHP Coders xDebug is a very popular and famous debugging utility for PHP programmers. It actually works with Apache. So to activate or install xDebug for PHP coders you just follow the steps given below.. Step 1: Just open your php.ini file and find out with ‘xdebug’ then you can see like ;zend_extension = "C:xamppphpextphp_xdebug.dll" Then just remove ‘ ; ‘ from that above line and just copy the following lines of code in your php.ini file. xdebug.remote_enable=On …