我是一名Java程序員,但最近在PHP和mySQL中工作。我爲此查找了很好的IDE(我以前使用Netbeans),並推薦Eclipse。在Eclipse IDE中使用PHP入門
當我試圖開始工作,我得到了以下錯誤消息:
Error launching 'firstfile'
The debug session could not be started.
Please make sure that the debugger is properly configured as a php.ini directive."
我看着這在谷歌和嘗試了一堆提出的解決方案的。我甚至重新安裝了Eclipse。
我有以下:
- 蝕-PHP-的Helios-win32的(全)
- WampServer2.1
我的配置是根據窗口 - >設置 - > PHP-> PHP的可執行文件是:
Name: exec-wamp
Executable Path: C:\wamp\bin\php\php5.3.5\php.exe
PHP ini file: C:\wamp\bin\php\php5.3.5\php.ini
SATI Type: CLI
PHP debugger: XDebug
注意:我試圖將調試器切換到Zend Debugger,這並沒有幫助。
「Eclipse被推薦」 - 真的嗎?在JetBrains的PHPStorm?我很驚訝。 – duffymo 2011-05-16 16:44:17
@duffymo +1瞭解PhpStorm是最好的PHP IDE;) – 2011-05-16 16:46:46
@duffymo我正在進入PHPStorm,它有它自己的問題。不過,我當然不會回到PHP的eclipse。如果你不想在PHPStorm上飛濺,堅持使用Netbeans。 NetBeans中的js支持比Eclipse中少得多。有很多js的項目經常爲我崩潰Eclipse。 – Endophage 2011-05-16 16:48:07