xdebug.remote_enable = on xdebug.auto_trace = on xdebug.remote_handler=dbgp xdebug.remote_host=localhost xdebug.remote_port=9000 xdebug.idekey=PHPSTORM
登入後複製
偵錯單一PHP文件,需設定DBgp參數,與xdebug的設定參數一致即可。如下圖所示。
下面由phpstorm教學欄位來介紹xdebug在PHPSTORM中的配置,希望對需要的朋友有幫助!
#php的設定:開啟xdebug
xdebug.remote_enable = on xdebug.auto_trace = on xdebug.remote_handler=dbgp xdebug.remote_host=localhost xdebug.remote_port=9000 xdebug.idekey=PHPSTORM
偵錯單一PHP文件,需設定DBgp參數,與xdebug的設定參數一致即可。如下圖所示。
以上是介紹xdebug在PHPSTORM的配置的詳細內容。更多資訊請關注PHP中文網其他相關文章!