Sometimes my app gets its self into a loop. in debug mode I can pause it of course but in the Debug window i get a useless stack trace, telling me its in DalvikVM somewhere.
Is there a way I can find out where it is in my app? like the pause in visual studio.
Right now I just have to guess where it might be and put break points in which seems like a waste of time.