与Eclipse Mars的PHP工具集成(PTI)无法正常工作

时间:2015-07-20 10:44:46

标签: php eclipse phpunit eclipse-pdt

根本不工作。它坏了吗?

An internal error occurred during: "PHP CodeSniffer".
org.eclipse.php.internal.debug.core.preferences.PHPDebuggersRegistry.getDebuggerConfiguration(Ljava/lang/String;)Lorg/eclipse/php/internal/debug/core/debugger/AbstractDebuggerConfiguration;

An internal error occurred during: "PHPUnit".
org.eclipse.php.internal.debug.core.preferences.PHPDebuggersRegistry.getDebuggerConfiguration(Ljava/lang/String;)Lorg/eclipse/php/internal/debug/core/debugger/AbstractDebuggerConfiguration;

An internal error occurred during: "PHP Copy/Paste Detector".
org.eclipse.php.internal.debug.core.preferences.PHPDebuggersRegistry.getDebuggerConfiguration(Ljava/lang/String;)Lorg/eclipse/php/internal/debug/core/debugger/AbstractDebuggerConfiguration;

2 个答案:

答案 0 :(得分:2)

PTI使用PDT内部api,后者已更改。我们恢复旧api,PTI将再次兼容,因为下一版本(3.6,计划于2015-09-25)

另见bugzilla bug:https://bugs.eclipse.org/bugs/show_bug.cgi?id=473050

答案 1 :(得分:0)

切换到nighlty更新站点可解决此问题:

http://download.eclipse.org/tools/pdt/updates/latest-nightly/