PhpStorm 配置 xdebug
2018-12-25 本文已影响0人
guanguans
安装xdebug扩展
安装地址参考

配置参考
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"
浏览器安装 Xdebug helper

PhpStorm 配置





