PhpStorm and WAMP configure debugging parameters. Problem description Error. Interpreter is not specified or invalid. Press "Fix" to edit your project configuration., phpstorminterpreter
PhpStorm and WAMP configuration debugging Parameters
Problem description:
Error. Interpreter is not specified or invalid. Press "Fix" to edit your project configuration.
Solution:
Open File-> Settings
Browse to ages & Frameworks-> PHP
Include Path add D: \ WAMP64 \ apps \ phpsysinfo3.2.3 \ sample \ distrotest \ Pear
Click... on the right of CLI Interpreter... Button to open the following window
Click the green plus sign in the upper left corner.
Select Other Local...
The configuration is as follows:
If the installation path of WAMP is D: \ WAMP64 \, the version number may be different and you can browse and select it based on the actual situation.
PHP executable is set to D: \ WAMP64 \ bin \ php \ php5.6.16 \ php.exe (Click... Button browsing)
Debugger extension is set to D: \ WAMP64 \ bin \ php \ php5.6.16 \ zend_ext \ php_xdebug-2.4.0rc2-5.6-vc11-x86_64.dll (Click... Button browsing)
The setting result is as follows:
Click OK to save the settings.
The final setting result is as follows:
Click OK to save the settings.