程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 網頁編程 >> PHP編程 >> 關於PHP編程 >> PhpStorm和WAMP配置調試參數,問題描述Error. Interpreter is not specified or invalid. Press “Fix” to edit your project configuration.,phpstorminterpreter

PhpStorm和WAMP配置調試參數,問題描述Error. Interpreter is not specified or invalid. Press “Fix” to edit your project configuration.,phpstorminterpreter

編輯:關於PHP編程

PhpStorm和WAMP配置調試參數,問題描述Error. Interpreter is not specified or invalid. Press “Fix” to edit your project configuration.,phpstorminterpreter


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按鈕保存設置。

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved