I’m a Visual Studio guy.
That being said, I tried to setup Eclipse and php. I just wanted to run and debug the code. Nothing complicated.
1. Try to create a php project and run it
So I downloaded WampServer (which includes Apache, Php and MySQL), then I downloaded Eclipse with php module. Then I created a php project and a php page called test.php. Trying to run it I got the “The webpage cannot be found” error.
2. Try to debug the project
Not being able to even run the project of course debugging wasn’t working either. Setting debug options fired up other errors like:
(this happens when choosing ‘Test debugger’ in Eclipse Run Configurations options dialog)
After almost a half a day trying to figure that out I still think Visual Studio is the best IDE out there. Of course I’m not giving up and I will make it work in the end.