No PHP executable defined while debugging a PHP code

Asked By 20 points N/A Posted on -
qa-featured

Hello,

Why do I get this error message when I try to run configurations? I am just trying to Debug my PHP code with Eclipse and I encountered this problem. I didn’t get nothing from any forum posting to resolve this error. I really need your assistance to fix this issue. Thanks for any help.

No PHP executable defined

The current debugger does not have any defined PHP executables.

Please define a PHP executable location before continuing.

SHARE
Answered By points N/A #166337

No PHP executable defined while debugging a PHP code

qa-featured
Hi George J Layton,
When you want to installed PDT as well to avoid the error message you need to one (PHP executable) through the preferences:
 
Such as “C:wampbinphpphp5.2.8php.exe sous Wamp”.
 
Then Check also the coherence with the debug settings:
 
 
Hope your problem will be solved.

Related Questions