I tried to install the xdebug on my xampp running php 5.4.4, after spending hours, I still couldn’t manage to install it!
Here is my settings in php.ini
zend_extension = "Z:\xampp\php\ext\php_xdebug-2.2.1-5.4-vc9-x86_64.dll"
xdebug.remote_mode = "req"
xdebug.remote_enable=1
xdebug.remote_host="localhost"
xdebug.remote_port=9000
xdebug.remote_handler="dbgp"
xdebug.profiler_enable=1
xdebug.profiler_output_dir="Z:\xampp\tmp"
Could anyone spot any mistake?
Thanks
Please refer to the Wizard at http://xdebug.org/wizard.php – it will tell you which settings to make exactly, and which binary to download.