phpstorm配置xdebug

上传:qzg65470 浏览: 24 推荐: 0 文件:PDF 大小:462.91KB 上传时间:2021-01-15 16:56:12 版权申诉
1.在php.ini文件结尾加上 zend_extension = php_xdebug.dll xdebug.remote_enable = On xdebug.remote_host = 127.0.0.1 xdebug.remote_port = 9100 xdebug.remote_autostart = On 2.设置PhpStorm 打开PhpStorm,菜单 File -> Settings ,然后找到 Languages & Frameworks -> PHP -> Debug 设置Debug port为9100 因为9000会和一些集成环境的php-cgi或者php-fpm
上传资源
用户评论