I want to do step-by-step debugging in android. I work in Eclipse. Whenever I launch an Android app and hit a breakpoint, a problem occurs. Here is the problem:
I go into debug mode and I see that my breakpoint has been deleted, but now that I want to execute the execution, it does not work. As soon as I press f5 or press the step over / step key, a new window will open that says the following:
CLASS FILE EDITOR
SOURCE NOT FOUND
What should I do? I attached a file that is debugging the source code, but it still does not work? What does this error mean?
android
user590849
source share