phpstudy+phpstorm+xdebug的配置过程中踩的坑

php+storm+xdebug的配置

在调试Xedebug的时候按照一篇博文进行操作后出现问题,用的是PHPSTUDY
安装完Xdebug后,重新运行phpinfo.php出现下图情况:
在这里插入图片描述
解决方法:在phpini文件的[XDebug]下添加extension_dir=“D:\php5\ext”
成功解决;
在这里插入图片描述

还有个问题就是validate的Servers目录是在www就行了

在这里插入图片描述

贴上我的phpini中的xdebug配置

[XDebug]

zend_extension = “D:\phpstudy_pro\Extensions\php\php7.3.4nts\ext\php_xdebug-2.9.4-7.3-vc15-nts-x86_64.dll”
extension_dir=“D:\php5\ext”
xdebug.profiler_output_dir=“D:\phpstudy_pro\Extensions\php\php7.3.4nts\tmp\xdebug”

xdebug.trace_output_dir=“D:\phpstudy_pro\Extensions\php\php7.3.4nts\tmp\xdebug”
xdebug.profiler_append = 0
xdebug.profiler_enable = 1
xdebug.remote_autostart = 1
xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_name = “cache.out.%t-%s”
xdebug.remote_enable = 1
xdebug.remote_handler = “dbgp”
xdebug.remote_host = “127.0.0.1”
xdebug.remote_port = 9001
xdebug.remote_mode = “req”
xdebug.idekey = PHPSTORM

又出现了问题

之后运行却出现了所要测试的代码不能正常运行,显示cannot connect the sql server
后来找了很多原因。重装了phpstudy和所要测试的cms代码。将[xdebug]的基本配置写入php.ini。注意,写多了就可能会出问题。
[XDebug]

zend_extension = “F:\phpstudy_pro\Extensions\php\php7.3.4nts\ext\php_xdebug-2.9.4-7.3-vc15-nts-x86_64.dll”
xdebug.remote_handler = “dbgp”
xdebug.remote_host = “127.0.0.1”
xdebug.remote_port = 9001
xdebug.remote_mode = “req”
xdebug.idekey = PHPSTORM

成功运行

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值