hi, i have been trying to set my XAMPP to work with xdebug php debugger, i have edited the php.ini file with the following parameters:
zend_extension_ts="C:\Program Files\Development\xampp\php\ext/php_xdebug-2.0.5-5.2.dll"
xdebug.remote_enable=On
xdebug.remote_host="localhost"
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
after restarting the server the phpinfo() still is not showing any sign of the xdbug.
in general my php.ini looks a little bit different from what i have remembered, there is no [zend] section in it. another wierd thing is that all the tutorials talk about a php.ini file that is located in xampp\apache\bin\php.ini, but there is no such file there. the only php.ini file i have is located at xampp\php directory.
i have reinstalled the xampp again and the files still looks the same.
i am using XP using the latest xampp 1.7.2
please advise thanks