I installed Eclipse PDT-all-in-one-win32-2.0.0GA and WampServer 2.0.
I try to run as PHP Script in eclipse but I have this error:
\"The current debugger does n
You do not need to create this .exe
In Eclipse you need to configure the debugger settings. The debugger needs to know where the php.exe file lives.
Edit: php.exe ships with the standard PHP install on windows. When you download PHP from www.php.net you will find the php.exe file somewhere in the directory you installed PHP in.
Hope this helps :-)