php调试工具 xdebug的安装
2020-12-13 05:43
标签:c ext http a 使用 os 1.下载xdebug,找到php对应的版本,php5.3以前的的后要接_ts,如zend_extension_ts http://www.xdebug.org/download.php 在c盘windows下找到php.ini,再后加入 php调试工具 xdebug的安装,搜素材,soscw.com php调试工具 xdebug的安装 标签:c ext http a 使用 os 原文地址:http://www.cnblogs.com/1haojia/p/3738564.html
xdebug.remote_enable=1//是否允许远程终端
这里标示开启
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_host=localhost
xdebug.remote_port=9000//这里表示服务器的监听端口
xdebug.idekey="PHPSTORM";//这里是调试器的关键字
在Chrome以及FireFox中插件配置的
上一篇:windows服务-监视文件