0

I'm working with Eclipse Juno. When I debug a desktop application, the debug stops at a line of code wich doesn't has a breakpoint configured. Any idea why this could be happening?

I want to remove it because i'm not interested in debugging that line.

Thank you

Dagriel
  • 574
  • 2
  • 12
  • Possible reason may be, you have a library associated to your project and that library project has a debug point. You can disable it there. – Iqbal S Apr 16 '15 at 17:51

1 Answers1

2

Did you try to un-select

Window > Preferences > Java > Debug : Suspend execution on uncaught exceptions
qcGold
  • 200
  • 2
  • 12
  • Thank you, I removed the breakpoint from the list of breakpoints. The weird thing was that the breakpoint couldn't be removed from the code itself.. – Dagriel Apr 16 '15 at 17:49