mac 下phpstorm 安装教程

时间:2020年8月15日10:25:47

Xdebug插件安装省略,自己百度安装,win和linux环境安装方式不一样。

注意和php版本匹配

1、phpinfo信息

2、php.ini配置

[xdebug]

zend_extension=/usr/lib64/php/modules/xdebug.so

xdebug.remote_enable =1

xdebug.profiler_enable = On

xdebug.auto_trace=On

xdebug.profiler_enable_trigger = On

xdebug.profiler_output_name = cache