下载 php_xdebug-2.0.4-5.2.8.dll 文件,放到php的ext文件夹下
在php.ini中添加如下内容
zend_extension_ts="C:\php\ext\php_xdebug-2.0.4-5.2.8.dll"
xdebug.remote_enable=1
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
在php.ini中添加如下内容
zend_extension_ts="C:\php\ext\php_xdebug-2.0.4-5.2.8.dll"
xdebug.remote_enable=1
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
本文介绍如何下载并配置Xdebug进行PHP远程调试。通过下载指定版本的dll文件,并在php.ini中添加相应配置,实现与IDE的连接。适用于需要进行远程调试的PHP开发者。
905

被折叠的 条评论
为什么被折叠?



