先啟動程序
php think run
登錄后復制
修改phpini
```
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.remote_autostart=1
xdebug.remote_enable=On
xdebug.ideakey="PHPSTORM"
```
登錄后復制
配置服務器 servers
127.0.0.1
8000
xdebug
登錄后復制
配置dbgp proxy
idekey PHPSTORM
host localhost
port 9000
登錄后復制
配置 php web page
注意
關閉你的代理 走了127.0.0.1 影響調試
以上就是怎么使用phpstorm調試thinkphp6的詳細內容,更多請關注www.xfxf.net其它相關文章!






