phpstorm断点调试 php.ini 文件中 Xdebug 配置

匿名 (未验证) 提交于 2019-12-02 22:11:45

[XDebug]
xdebug.profiler_output_dir="D:\phpStudy\tmp\xdebug"

# 要打开xdebug调试

## 下面是需要配置的
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_port=9000
xdebug.idekey="PHPSTORM"

弄好后重启集成环境,打好断点,点击phpstorm右上方绿瓢虫图片就会进入调试!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!