Why do I need this?
Xdebug's basic functions include the display of stack traces on error conditions, maximum nesting level protection and time tracking. If you like Xdebug, consider giving them a "donation".
Prerequirements
In order to install Xdebug you need to have installed php. If you don't know how I recommend you to install WampServer, you can find the instructions here.
Where to download?
You can download it from the official site. Based on your machine you will download the 32-bit or 64-bit of your php version (don't download the TS version unless you know what you doing), in my example I needed xdebug for php 5.6.0 and I have 32-bit machine so I will download the PHP 5.6 VC11 (32 bit). If you not sure which one is for you go to this link and copy paste there your phpinfo output. If you are using WampServer you can find the phpinfo by going to this url http://localhost/?phpinfo=1 or open cmd and write:
after clicking Analyse my phpinfo() output you will see the download link on the first step of instructions.
php -i
after clicking Analyse my phpinfo() output you will see the download link on the first step of instructions.