how to run php script in eclipse

前端 未结 2 935
被撕碎了的回忆
被撕碎了的回忆 2021-02-06 04:52

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

2条回答
  •  你的背包
    2021-02-06 05:12

    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 :-)

提交回复
热议问题