We have a very old java project that consisted of some sub projects, in one of them it used a bytecode enhancer jdodoclet, the whole thing is built by ant script.
Now whenever try to do debug of the project, once we go into classes of that particular project, we cannot only do a step into, but not step over, rendering debug pretty pointless.
so when debug first starts, eclipse will give us a warning
But it continues as normal.
and once we step into any classes of the program, eclipse cannot show us where we are in the source code nor the line number (ok, line number is the reason)
I did checked and double checked the compiler settings
and restarted eclipse.
but still it doesn't work.
Does anyone has any suggestion towards this problem?