My problem is that I set some breakpoints in my code and some of them aren\'t working. In some places it complains about \"Unresolved Breakpoint\".
Does anyone have
i had the same problem,
1.- Removed the breakpoints. 2.- Restart eclipse 3.- Clean the project by using project -> clean 4.- Add again the breakpoints and start your debugging.
This solved my issue.