标签:target info alt tar 技术 post 图片 网上 org
需要下载对应php版本xdebug 否则对加载xdebug失败
我的是PHP版本 为php8.0.3-nts-x64
移动下载xdebug.dll拓展文件到对应PHP拓展目录下
在php.ini最底部加上
[XDebug]
;拓展路径
zend_extension=D:\phpenv\phpstudy_pro\Extensions\php\php-8.0.3-nts-Win32-vs16-x64\ext\php_xdebug-3.0.4-8.0-vs16-nts-x86_64.dll
xdebug.mode=debug
;监听服务器
xdebug.client_host=127.0.0.1
;xdebug端口
xdebug.client_port=9006
**我使用的版本为PHPStorm2021.1 如果旧版Xdebug位置会有所不同
有两种方式可以触发xdebug 进入调试模式
谷歌应用商店中下载Xdebug helper
如果打不开可以网上下载Xdebug helper插件安装到Chrome中
配置xdebug helper 为PHPStorm
成功!
等待更新...
标签:target info alt tar 技术 post 图片 网上 org
原文地址:https://www.cnblogs.com/orginly/p/14691719.html