1 下載 xedbug?地址
打印phpinfo,然后全部復(fù)制 放到上面 的地址里會(huì)識(shí)別出需要的版本
2根據(jù)提示2 把下載的文件放到里面
3修改php.ini 文件
注意看一下# 注釋的是2.X版本的,跟3.X的配置是不一樣的.之前我在網(wǎng)上搜的都是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運(yùn)行文件,點(diǎn)后面3個(gè)點(diǎn)添加
修改端口 2.x 默認(rèn)是9000,3.x默認(rèn)是9003
然后再配置
然后 點(diǎn)擊電話給再點(diǎn)臭蟲(chóng) 打上斷點(diǎn),請(qǐng)求一下就能看到數(shù)據(jù)了