安装xdebug扩展
安装地址参考
image.png配置参考
zend_extension="path/xdebug.so"
xdebug.remote_enable=1
xdebug.remote_host=localhost
xdebug.remote_port=9001
xdebug.remote_autostart=1
xdebug.idekey= PHPSTORM
;xdebug.profiler_enable=0
;xdebug.profiler_output_dir="/path/tmp"
网友评论