how to do step by step debugging in android?

Somebody

Member
May 17, 2008
123
0
16
0 down vote favorite


i want to do step by step debugging in android. I am working on Eclipse. Whenever i start my android application and keep a breakpoint a problem occurs. here is the problem

i go into the debug mode and i see that my breakpoint is reached, but now that i want to step by step see my execution, it is not happening. As soon as i press f5 or press the step over/step into key a new window opens up saying the following

CLASS FILE EDITOR

SOURCE NOT FOUND

what do i do? i have attached the file that i am debugging as the source but it still is not working? what does this page mean?
 
Back
Top