为什么我的“标记”选项卡中显示未知断点?
我的“标记”选项卡中有两个“Java 异常断点”的“未知”项目。
你知道它们是什么,以及如何摆脱它们吗?
There are two "Unknown" items in my Markers tab for "Java Exception Breakpoints".
Any ideas what they are, and how I can get rid of them?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
要删除它们,请右键单击并选择删除...
您还可以右键单击并选择“转到”,或者如果该选项不可用,请在属性中显示,这将提供更多信息。
To get rid of them, right click and select delete...
You can also right click and select Go To, or if that is not available, Show in properties which will give more info.
这是同一问题的更好解决方案:
在 eclipse 中调试 Liferay 时删除 java 异常断点< /a>
关于为什么会发生这种情况的更详细解释在这里:为什么我的 Eclipse 项目有幻像调试器断点?
在删除未知的 Java 异常断点(如上所述)后,我发现了上述内容,并且它们再次出现。就我而言,它是针对 Eclipse Juno 中的 OFBiz 项目。
This is a better solution to the same problem:
Remove java exception breakpoints when debugging Liferay in eclipse
A more detailed explanation of why this happens ishere: Why does my Eclipse project have phantom debugger breakpoints?
I found the above after I deleted the unknown Java Exception Breakpoints (as advised above) and they reappeared. In my case it was for an OFBiz project in Eclipse Juno.