I am getting this error “Specified script not found” when I click debug => run as php script on my php file in Eclipse. It was working fine just this morning, and I have checked the forums and found no answer to this question. I don’t see what this error could be.
update: I now don’t have this error, but nevertheless, the debugger won’t stop on the breakpoints. So it is still very much an issue.
Eclipse later versions do not search /etc/php5/cli/config.d directory for additional ini files.
The solution is to compile these ini files all together.
Then use this for the php.ini file in the eclipse php debugger settings.