I’m android developer and I use Eclipse.
Sometimes, when I am debugging my apps, Eclipse doesn’t stop on my breakpoints. Eclipse shows a “v” symbol on the breakpoint. I think this symbol means that Eclipse has passed the breakpoint without problems, but I would like Eclipse to stop when it reaches the breakpoint.
Of course, I have pressed the debug button (the icon with the green bug on it.)
How can I avoid this behavior?
solved, it’s because i have that activity in another process in the manifest… wow