14

Eclipse is driving me nuts right now. It's probably something trivial but I just don't get it. Whenever I like to add a breakpoint, the regular icons are crossed out in the editor and breakpoints view.

As you might have guessed, this isn't strictly a graphical problem ;) The breakpoints are simply ignored while debugging. The breakpoint's properties aren't helpful either.

Any hint is very well appreciated!

EDIT:

  • I've tested different JDKs without success.
  • I've successfully debugged projects in another workspace

Okay, so it's not about the JDK or the installed plugins. Seems to be workspace related. Anything I could try?

4
  • I stopped using Helios after wasting one day trying to get things working (mostly plugins). I'll just wait a bit more, at least things are working with Galileo. Not very constructive, but that's my experience. Jul 6, 2010 at 15:44
  • @Jim Thanks, I've updated the URL. @Pascal I did a short test and everything I needed worked fine, breakpoints included. Going back to Galileo would require some extra work I'd love to avoid. Jul 6, 2010 at 16:00
  • I experienced a level of frustration with this type of thing that bordered on the insane. I eventually ditched eclipse for another Java IDE. It's taking time to get used to it, but I'm not looking back, I'm far more productive now without eclipse's quirks killing my inner child.
    – gpampara
    Jul 6, 2010 at 18:41
  • Helios JEE works fine for me. Jul 7, 2010 at 11:45

1 Answer 1

24

It seems you have the Skip All Breakpoints option enabled in the Breakpoints view.

6
  • +1; that's what's happening. As evidenced by the line through each breakpoint icon. Also reachable using the Run menu. Jul 6, 2010 at 17:05
  • 4
    This is where a hover message explaining what the icon really means could be useful. Jul 6, 2010 at 18:20
  • +1 thanks a lot! looks like i've just discovered another handy feature ;) @Thorbjørn definitely! that's what i was looking at first. Jul 7, 2010 at 8:11
  • @Thorbjørn I've just submitted a bug report ;) bugs.eclipse.org/bugs/show_bug.cgi?id=319086 Jul 7, 2010 at 8:27
  • This saved my day.. lost almost a whole day looking for a solution why my breakpoints where skipped.
    – Marco
    May 6, 2011 at 7:14

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

Not the answer you're looking for? Browse other questions tagged or ask your own question.