点击单元测试的debug总会提示如图的错误
可是我的xdebug已经安装了 为啥还会出现这个错误
phpstorm 的配置如下
xdebug.client_port 9003
xdebug.remote_port 9000
两个都试过了 也不行
点击单元测试的debug总会提示如图的错误
可是我的xdebug已经安装了 为啥还会出现这个错误
phpstorm 的配置如下
xdebug.client_port 9003
xdebug.remote_port 9000
两个都试过了 也不行
2 回答2.5k 阅读✓ 已解决
2 回答1.1k 阅读✓ 已解决
1 回答857 阅读✓ 已解决
2 回答551 阅读✓ 已解决
1 回答781 阅读
1 回答431 阅读✓ 已解决
1 回答770 阅读
终端中的报错是xdebug重复加载了,你ini中应该加载了一次,又通过-d来加载重复了。
然后检查一下ini中xdebug相关的配置项是否正确。