Linux 下xdebug-phpstorm 安装踩坑记录
1. 安装xdebug
1 | sudo pacman -S xdebug |
2. 编辑xdebug.ini文件
1 | sudo vim /etc/php/conf.d/xdebug.ini |
1 | zend_extension=xdebug.so |
3. 解决Linux
下xdebug 更新到3.0 phpstorm
debug 不起作用
3.1 原因
- 由于使用
archlinux
环境, xdebug 版本更新到3.0 - xdebug 将默认的监听口改为了 9003 而不是9000
3.2 将debug端口改为9003
- 参考链接:
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.