I have looked for a solution since i started with Eclipse (a few weeks ago), for the folowing, in my eyes strange debugging.
I know the Android package doesn't included the source code, so that's why i get a 'source not found' error in Eclipse, everytime i debug the code and there is something wrong.
But it is in this way, so dificult to get the point where the orginal error happens in the main code, that debuging is getting harder when this code is growing bigger.
I just want the point, where the error shows up in the code i wrote.... or what the original error is. (a source not found error says nothing)
Instead i must use breakpoints, and follow the code step for step, to find the point where the error comes up.
But this takes lot of time.
I have used many develop platforms/programs, but this behaviour is so strange, that i wonder if i'am doing something wrong. Or at least have some settings wrong within eclipse.
I have searched this forum and the internet, but still no solution found.
If someone knows a better way to debug, i will hear that gladly.
Thanks.


