1

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.

steveh
  • 1,352
  • 2
  • 27
  • 41
  • i guess not. if anyone from eclipse development reads this, please add – steveh Feb 13 '13 at 01:05
  • To get a better estimate you can use traceview and create a trace to see in which method of yours the most time is spent and then set a breakpoint there. – Stephan Feb 15 '13 at 12:20
  • interesting idea. i know nothing about this but did find some useful stuff to read http://stackoverflow.com/questions/4850974/how-to-use-traceview-in-eclipse-for-android-development and http://developer.android.com/tools/debugging/ddms.html – steveh Feb 17 '13 at 03:05

0 Answers0