我正在尝试使用 Eclipse 设置 Xdebug,以便通过单步执行代码来了解 Wordpress 的工作原理。我已经安装成功
- XAMP 2.5(Apache 和 MySql)
- 本地的 Wordpress 3.7.1。
- Xdebug 2.1.1
- Eclipse 版本:Kepler Service Release 1,内部版本号:20130919-0819(64 位)
- JRE 7(64 位)
- PDT(PHP 开发工具)
当我这样做时,File -> New -> PHP Project
我得到
Problems encountered while setting project description.
Error configuring nature 'org.eclipse.php.core.PHPNature'.
org.eclipse.dltk.core.IBuildpathEntry.isContainerEntry()Z
这是什么意思?我如何解决它?