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.
views:
24answers:
1
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
2010-10-21 22:52:31
That's what i do everytime i start eclipse. Those breakpoints appear again next time when i restart eclipse through some magic.
Rakesh Juyal
2010-10-22 09:35:47
Hm, could it be some permission issue with the workspace or eclipse directories? Anything strange in workspace/.metadata/.log?
Fabian Steeg
2010-10-22 10:54:16