配置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