設定直譯器

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/a5c78e30-3079-4595-9fbd-886f676a819a/phpstorm64_63Pg78dY6n.png

設定 XDebug

Downloads

下載符合自己 php 版本的 Xdebug,完成後添加到 php 安裝目錄下的 ext/ 資料夾內,並複製檔案的絕對路徑,在配置檔案 php.ini 中添加以下配置內容到最後面,擴充功能路徑修改成自己的路徑 :

zend_extension = C:\\Program Files\\php-8.0.6-Win32-vs16-x64\\ext\\php_xdebug-3.0.4-8.0-vs16-x86_64.dll

[XDebug]
xdebug.remote_enable = 1
xdebug.remote_autostart = 1

完成後確認 IDE 是否已經辨識到 Xdebug。

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/86adecfe-2c17-4551-aaf8-83dc754daa31/phpstorm64_2p57n6Vzet.png