PhpStorm 配置 xdebug

2018-12-25  本文已影响0人  guanguans

安装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"

浏览器安装 Xdebug helper

Xdebug helper 配置

PhpStorm 配置

PHP 配置 Servers 配置 Debug 配置 Debug > DBGp Proxy 配置 image.png image.png
上一篇 下一篇

猜你喜欢

热点阅读