I am new to java and eclipse, I tried to debug Android application on the device. This is a small project with a link to the jar file. I read similar questions, but they did not help.
I need to be able to debug the source codes of the jar file, so I linked the source codes (which I got with the decompiler), and I can go to the library source codes, so I thought I did it right. But I can not debug these source codes; in debug mode, these are skipps breakpoints (only those from the source files that are attached to the jar file), and when I try to "enter the code", it goes to random lines, skips lines when debugging.
I use the latest versions of eclipse, android sdk and jdk. I do not know what causes this problem, and I would like to know.
Thanks in advance, I hope I explained enough.
source
share