简析如何使phpstorm调试thinkphp6
时间:2023-02-15 11:07
本篇文章给大家带来了关于PHPSTORM的相关知识,其中主要介绍了phpstorm怎么调试thinkphp6,下面一起来看一下,希望对需要的朋友有所帮助。 先启动程序 修改phpini 配置服务器 servers 配置dbgp proxy 配置 php web page 注意 1 关闭你的代理 走了127.0.0.1 影响调试 推荐学习:《phpstorm使用教程》 以上就是简析如何使phpstorm调试thinkphp6的详细内容,更多请关注gxlsystem.com其它相关文章!php think run
```
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.remote_autostart=1
xdebug.remote_enable=On
xdebug.ideakey="PHPSTORM"
```
127.0.0.1
8000
xdebug
idekey PHPSTORM
host localhost
port 9000