0

我有点困惑,因为我使用 eclipse 在其他机器上使用 XDebug 调试 PHP。我现在正在设置一台新机器,当我尝试使用调试器时,我收到以下错误:

eclipse.buildId=M20130204-1200
java.version=1.7.0_21
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_CA
Command-line arguments:  -os win32 -ws win32 -arch x86_64

Error
Sat May 25 13:28:14 EDT 2013
Conflicting handlers for org.eclipse.wst.sse.ui.toggle.comment: {org.eclipse.wst.sse.ui.internal.handlers.ToggleLineCommentHandler@18e2184c} vs {org.eclipse.php.internal.ui.actions.PHPToggleLineCommentHandler@23a93257}

有什么智慧之言吗?凯特

4

1 回答 1

0

如果您使用 Eclipse Juno SR2,这里有一个可能的解决方案:

http://piece-framework.com/news

发布日期:2013-03-19 MakeGood 2.4.0 中的新增功能修复了错误“org.eclipse.wst.sse.ui.toggle.comment ... 的冲突处理程序”。

(第 27 期)

带有 PDT 3.1.2 的 Eclipse Juno SR2 (4.2.2) 导致错误“org.eclipse.wst.sse.ui.toggle.comment 的冲突处理程序:{org.eclipse.php.internal.ui.actions.PHPToggleLineCommentHandler@f6ef40a } vs {org.eclipse.wst.sse.ui.internal.handlers.ToggleLineCommentHandler@3d57c470}" 当 PHP 编辑器被激活时。这不是 MakeGood 的缺陷,但 MakeGood 会修复它。

于 2013-05-24T18:08:33.703 回答