先启动程序 修改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 配置dbgp proxy idekey PHPSTORM host localhost port 9000
登录后复制 配置 php web page 注意 关闭你的代理 走了127.0.0.1 影响调试 以上就是怎么使用phpstorm调试thinkphp6的详细内容,更多请关注模板之家(www.mb5.com.cn)其它相关文章! |