怎么使用phpstorm调试thinkphp6

先启动程序

php think run

登录后复制

修改phpini

```xdebug.remote_host=localhostxdebug.remote_port=9000xdebug.remote_handler=dbgpxdebug.remote_autostart=1xdebug.remote_enable=Onxdebug.ideakey="PHPSTORM"```

登录后复制

配置服务器 servers

127.0.0.18000xdebug

登录后复制

配置dbgp proxy

idekey PHPSTORMhost localhostport 9000

登录后复制

配置 php web page

注意

关闭你的代理 走了127.0.0.1 影响调试

以上就是怎么使用phpstorm调试thinkphp6的详细内容,更多请关注每日运维网(www.mryunwei.com)其它相关文章!