PhpStorm和WAMP配置調試參數
問題描述:
Error. Interpreter is not specified or invalid. Press “Fix” to edit your project configuration.
解決方法:
打開File->Settings
浏覽到Languages & Frameworks->PHP
Include Path添加D:\WAMP64\apps\phpsysinfo3.2.3\sample\distrotest\Pear
點擊CLI Interpreter右邊的…按鈕,打開如下窗口
點擊左上角的綠色加號按鈕
選擇Other Local…
配置如下:
假設WAMP安裝路徑為D:\WAMP64\,版本號可能會有差異,根據實際情況進行浏覽選擇。
PHP executable設置為D:\WAMP64\bin\php\php5.6.16\php.exe(點擊…按鈕浏覽)
Debugger extension設置為D:\WAMP64\bin\php\php5.6.16\zend_ext\php_xdebug-2.4.0rc2-5.6-vc11-x86_64.dll(點擊…按鈕浏覽)
設置結果如下:
點擊OK按鈕保存設置。
最終設置結果如下:
點擊OK按鈕保存設置。