1 下载 xedbug 地址
打印phpinfo,然后全部复制 放到上面 的地址里会识别出需要的版本
2根据提示2 把下载的文件放到里面
3修改php.ini 文件
注意看一下# 注释的是2.X版本的,跟3.X的配置是不一样的.之前我在网上搜的都是2.X版本的配置,不能使用
[Xdebug]
#xdebug.remote_autostart=1
xdebug.start_with_request=yes
#xdebug.remote_connect_back=1
xdebug.discover_client_host=true
xdebug.remote_cookie_expire_time = 3600
#xdebug.remote_enable = 1
#xdebug.remote_host = localhost
xdebug.client_host=localhost
#xdebug.remote_port = 9000
xdebug.client_port = 9100
xdebug.remote_handler = dbgp
xdebug.idekey=PHPSTORM
xdebug.mode = debug
----------------------xdebug 安装完成------------------------
我的phpstorm 是汉化版qaq
选择php运行文件,点后面3个点添加
修改端口 2.x 默认是9000,3.x默认是9003
然后再配置
然后 点击电话给再点臭虫 打上断点,请求一下就能看到数据了