46

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

Snapshot of Markers tab in Eclipse

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

Jeremy
  • 22,188
  • 4
  • 68
  • 81

2 Answers2

27

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.

Andrew
  • 13,757
  • 13
  • 66
  • 84
  • 1
    I figured that just hid some underlying issue. Do you know why they appear? The `Go To` menu item is disabled. – Jeremy Jul 15 '11 at 18:21
  • 1
    @Jeremy I don't know, but I don't think its cause for concern. My best guess is that sometimes when in debugging mode, an exception will be thrown and the debugger will pause execution to allow you to inspect it (IE, an NPE or IndexOutOfBounds), a breakpoint might be inserted then to allow that. but thats just a guess. – Andrew Jul 15 '11 at 18:44
  • @Jeremy Heiler What Go To menu? Where to enable them back? – yeeen May 11 '16 at 10:14
16

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.

Community
  • 1
  • 1
CheeseFerret
  • 597
  • 11
  • 21