I am new to Android development as well as in the Eclipse environment; I'm used to using VS development in C #, so hopefully my problem will be just a configuration problem.
I am trying to use a debugger to run my software. I know how to add breakpoints, and the software should start in debug mode. From here, I should be able to use F5 and F6 to enter / stop my breakpoint.
My problem is that these "Stepping" features do not seem to work. My code stops at a breakpoint, but when I try to pass by, nothing happens. The highlighted line is highlighted, but immediately highlighted again; so I seem to never be able to go through my code.
I hope this problem makes sense, and I appreciate any help that can be offered.
source
share