我尝试在运行xampp
的{{1}}上安装xdebug,花了几个小时后,我仍无法安装它!
这是我在php.ini中的设置
php 5.4.4
有人能发现任何错误吗?
由于
答案 0 :(得分:5)
请参阅http://xdebug.org/wizard.php处的向导 - 它会告诉您要准确制作哪些设置,以及要下载的二进制文件。
答案 1 :(得分:0)
我有同样的问题,无法使用xampp和使用IDE netbeans运行xdebug,我做了什么: - 下载了我的php版VC9 TS的版本! (它需要是TS) - 编写php.ini中的行到这个:
[XDebug]
zend_extension="c:\xampp\php\ext\php_xdebug.dll"
xdebug.remote_enable=1
xdebug.remote_host="127.0.0.1"
xdebug.remote_port=9000
xdebug.remote_handler="dbgp"
就是这样,希望它有所帮助。 欢呼声