商城首页欢迎来到中国正版软件门户

您的位置:首页 >怎么使用phpstorm调试thinkphp6

怎么使用phpstorm调试thinkphp6

  发布于2023-05-01 阅读(0)

扫一扫,手机访问

先启动程序

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 影响调试

本文转载于:https://www.yisu.com/zixun/768823.html 如有侵犯,请联系zhengruancom@outlook.com删除。
免责声明:正软商城发布此文仅为传递信息,不代表正软商城认同其观点或证实其描述。

热门关注