I have a strange bug when I try to debug my code using the eclipse debugger. I was debugging it for while and added some javadoc comments. Ever since the debugger doesn't show me the exact line anymore.
So I set a breakpoint in line 278 at the beginning of the "bibliographyChicago()" method, but the debugger shows me line 218. But in the top left it shows me, that the method I set the breakpont at is at 218:
When I try to iterator through my code step by step now it does what the code should do, as I can see in the variables window, but it is still in wring lines and while iterating even in wring files.
Is this any known bug or does someone knows how to fix it? I have this issue at both, Eclipse Neon 1 and 2, but only since i added the javadocs.
Thanks in advance.
Edit: Here is a screenshot of the package explorer of eclipse.