配置phpstrom的Xdebugphp
問題描述:html
Error. Interpreter is not specified or invalid. Press "Fix" to edit your project configuration.app
解決方法:debug
打開File->Settingshtm
瀏覽到Languages & Frameworks->PHPblog
Include Path添加D:\WAMP64\apps\phpsysinfo3.2.3\sample\distrotest\Pearci
點擊CLI Interpreter右邊的…按鈕,打開以下窗口it
點擊左上角的綠色加號按鈕io
選擇Other Local…table
配置以下:
假設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按鈕保存設置。
轉:http://www.cnblogs.com/InfoStudio/p/6242073.html