idea配置php的xdebug除錯

2022-04-02 14:03:30 字數 1247 閱讀 9021

1.修改php.ini

;extension=php_xdebug  如果有這段**就把這段**注釋了

[xdebug]

zend_extension="h:/phpstudy_pro/extensions/php/php7.3.4nts/ext/php_xdebug.dll"

xdebug.remote_enable=true

xdebug.remote_host=localhost

xdebug.remote_port=9001

xdebug.remote_connect_back=1

;下面兩項和intellij idea裡的對應

;xdebug.idekey=11105

xdebug.idekey=py

xdebug.remote_handler=dbgp

xdebug.remote_mode=req

;下面這句很關鍵,不設定intellij idea無法除錯

xdebug.remote_autostart=1

;除錯配置,詳細的可以參考phpinfo頁面進行配置

Windows XP下PHP安裝xdebug擴充套件

首先檢視本地php的版本,以及php.ini的位置,然後確定需要安裝的xdebug的版本。我的本地為php5.2.6。windows xp下php一般使用vc6編譯 執行緒安全的版本。修改php.ini檔案,在檔案的最後增加 zend extension ts your php env file p...

idea日誌配置

日誌記錄器 logger 是日誌處理的核心元件。log4j具有5種正常級別 level 1.static level debug debug level指出細粒度資訊事件對除錯應用程式是非常有幫助的。2.static level info info level表明 訊息在粗粒度級別上突出強調應用程式...

IDEA簡單配置

config 安裝好idea後可以找到使用者目錄下的這個檔案,其中config就是配置檔案,只有乙個如果在使用過程 現了自己不知道什麼時候配置的一些亂起八糟的內容想回到安裝的初始狀態,刪除這個檔案就可以了。system 是一些系統相關快取檔案,可以加快我們使用idea時執行的效率,可以刪除,但是重啟...