views:

24

answers:

1

I am facing strange problem with eclipse [ Ganymade ]. Once i added some breakpoints in my code and now even after i delete all those breakpoints, it appears again when i start the eclipse.
So, regularly first thing what i have to do after starting the eclipse is manually delete all breakpoints to start working. Probably eclipse stores the information about these breakpoints in some file and, i think, if i will delete that file my problem might be resolved. Please let me know if you have some solution for this.

A: 

Perhaps it helps to check the Breakpoints view (Ctrl+3, type 'breakpoints') and see if they are inactive only or something. There, you can also deactivate them all at once (strikeout button).

Fabian Steeg
That's what i do everytime i start eclipse. Those breakpoints appear again next time when i restart eclipse through some magic.
Rakesh Juyal
Hm, could it be some permission issue with the workspace or eclipse directories? Anything strange in workspace/.metadata/.log?
Fabian Steeg