-
Notifications
You must be signed in to change notification settings - Fork 0
phpstorm xdebug
yaokun123 edited this page Sep 12, 2018
·
3 revisions
如果没有安装xdebug扩展可以自行安装
如果是mac系统,推荐使用pecl安装
xdebug.remote_enable = on
xdebug.idekey= "PHPSTROM"
xdebug.remote_port = 9001 #默认的9000端口号已经被php-fpm占用了,修改任意一个未被使用的端口号即可
如下:
到此phpstorm的设置就完成了
https://github.com/yaokun123/resource/blob/master/xdebug%20helper-1.4.3.crx
之后浏览器的右上角会出现一个小虫一样的图标
右击,选择管理扩展程序
点击扩展程序
选择phpstorm