本篇文章給大家帶來了關于phpstorm的相關知識,其中主要介紹了phpstorm怎么調試thinkphp6,下面一起來看一下,希望對需要的朋友有所幫助。
先啟動程序
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
立即學習“PHP免費學習筆記(深入)”;
127.0.0.1 8000 xdebug
配置dbgp proxy
idekey?PHPSTORM host?localhost port?9000
配置 php web page
注意
1 關閉你的代理 走了127.0.0.1 影響調試
推薦學習:《phpstorm使用教程》
? 版權聲明
文章版權歸作者所有,未經允許請勿轉載。
THE END
喜歡就支持一下吧
相關推薦