我是一名Java程序员,但最近我得到了一份与PHP和mySQL一起工作的工作。为此,我查找了很好的IDE(我以前使用过Netbeans),并推荐使用Eclipse。
当我尝试开始工作时,我收到了以下错误消息:
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。
我有以下几点:
我的配置在Window->Settings->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,但这没有帮助。
发布于 2011-05-17 03:49:43
请查看http://www.xdebug.org/docs/install#configure-php上的资源,并确保所有配置都如所述。
具体地说:
确保在php.ini
php.ini
modphp)
xdebug)。
https://stackoverflow.com/questions/6020519
复制相似问题