为什么我的“标记”选项卡中显示未知的断点?

时间:2022-08-22 23:17:47

There are two "Unknown" items in my Markers tab for "Java Exception Breakpoints".

“我的标记”选项卡中有两个“未知”项目,用于“Java异常断点”。

为什么我的“标记”选项卡中显示未知的断点?

Any ideas what they are, and how I can get rid of them?

任何想法是什么,以及如何摆脱它们?

2 个解决方案

#1


23  

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.

您也可以右键单击并选择转到,或者如果不可用,则在属性中显示将提供更多信息。

#2


11  

This is a better solution to the same problem: Remove java exception breakpoints when debugging Liferay in eclipse

这是针对同一问题的更好解决方案:在eclipse中调试Liferay时删除java异常断点

A more detailed explanation of why this happens ishere: Why does my Eclipse project have phantom debugger breakpoints?

为什么会发生这种情况的更详细解释是:为什么我的Eclipse项目有幻像调试器断点?

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.

在我删除了未知的Java异常断点(如上所述)之后我找到了上面的内容,然后它们又重新出现了。就我而言,它是Eclipse Juno中的OFBiz项目。

#1


23  

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.

您也可以右键单击并选择转到,或者如果不可用,则在属性中显示将提供更多信息。

#2


11  

This is a better solution to the same problem: Remove java exception breakpoints when debugging Liferay in eclipse

这是针对同一问题的更好解决方案:在eclipse中调试Liferay时删除java异常断点

A more detailed explanation of why this happens ishere: Why does my Eclipse project have phantom debugger breakpoints?

为什么会发生这种情况的更详细解释是:为什么我的Eclipse项目有幻像调试器断点?

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.

在我删除了未知的Java异常断点(如上所述)之后我找到了上面的内容,然后它们又重新出现了。就我而言,它是Eclipse Juno中的OFBiz项目。