欧美亚洲中文,在线国自产视频,欧洲一区在线观看视频,亚洲综合中文字幕在线观看

      1. <dfn id="rfwes"></dfn>
          <object id="rfwes"></object>
        1. 站長資訊網(wǎng)
          最全最豐富的資訊網(wǎng)站

          簡析如何使phpstorm調(diào)試thinkphp6

          本篇文章給大家?guī)砹岁P(guān)于PHPSTORM的相關(guān)知識,其中主要介紹了phpstorm怎么調(diào)試thinkphp6,下面一起來看一下,希望對需要的朋友有所幫助。

          簡析如何使phpstorm調(diào)試thinkphp6

          先啟動程序

          php think run
          登錄后復(fù)制

          修改phpini

          ``` xdebug.remote_host=localhost xdebug.remote_port=9000 xdebug.remote_handler=dbgp xdebug.remote_autostart=1 xdebug.remote_enable=On xdebug.ideakey="PHPSTORM" ```
          登錄后復(fù)制

          配置服務(wù)器 servers

          127.0.0.1 8000 xdebug
          登錄后復(fù)制

          配置dbgp proxy

          idekey PHPSTORM host localhost port 9000
          登錄后復(fù)制

          配置 php web page

          注意

          1 關(guān)閉你的代理 走了127.0.0.1 影響調(diào)試

          推薦學(xué)習(xí):《phpstorm使用教程》

          贊(0)
          分享到: 更多 (0)
          網(wǎng)站地圖   滬ICP備18035694號-2    滬公網(wǎng)安備31011702889846號