标签:.com and 9.png img inf pre localhost 点击下载 定义
首先安装xdebug扩展
https://xdebug.org/ 点击下载然后在点击自定义安装说明
php有个phpinfo()函数,需要它在浏览器输出然后查看网页源代码,全部复制粘贴
具体:
zend_extension = D:\xampp\php\ext\php_xdebug-2.6.1-7.0-vc14.dll xdebug.remote_enable=1 xdebug.remote__handler=dbgp xdebug.remote_mode=req xdebug.remote_host=localhost xdebug.remote_port=9000
选择php Web Application
标签:.com and 9.png img inf pre localhost 点击下载 定义
原文地址:https://www.cnblogs.com/lichihua/p/9656926.html