I used to get this error very often in Eclipse: “Absent Line Number information”. After a while, I realised that this was happening when I was compiling my code via an Ant task file…
So the workaround is pretty stupid straightforward when you’ve made the connection between the two: just add the debug"on"= to your <javac> task!¶