Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why do I have unknown breakpoints showing in my Markers tab?

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?

like image 956
Jeremy Avatar asked Jul 15 '11 18:07

Jeremy


People also ask

How do I toggle between breakpoints in eclipse?

To define a breakpoint in your source code, right-click in the left margin in the Java editor and select Toggle Breakpoint. Alternatively, you can double-click on this position. The Breakpoints view allows you to delete and deactivate Breakpoints and modify their properties.


2 Answers

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.

like image 64
Andrew Avatar answered Oct 19 '22 12:10

Andrew


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.

like image 28
CheeseFerret Avatar answered Oct 19 '22 11:10

CheeseFerret