XDebug无法打开远程调试文件/var/log/xdebug/xdebug.log。
我尝试在文件/var/log/xdebug/xdebug.log上授予权限664,但我现在所做的操作失败了。
发布于 2021-01-15 01:50:43
在我创建了/var/log/xdebug/目录和xdebug.log文件并将权限设置为777之后,一切都很顺利
sudo mkdir /var/log/xdebug
sudo chmod 777 /var/log/xdebug/xdebug.loghttps://stackoverflow.com/questions/44173792
复制相似问题