Nothing. By default, Eclipse is not set up with Android sources for debugging. It's usually not necessary - just click "Resume" a few times, so the process of your application crashing is complete, and check the logcat for the error message. In other words, your application appears to be crashing before it gets to the breakpoints, and you should solve those crashes first.
-- Kostya 2011/5/12 cmt <[email protected]> > > I have a simple app that I'm trying to debug in Eclipse. I debug the > app and have inserted some breakpoints. As I step into the > breakpoints, I get errors, but the errors always seem meaningless to > me saying stuff like this: > > "Source not found > > The JAR file C:\android-sdk_r07\android-sdk-windows\platforms > \android-11\android.jar has no source attachment." > > Any ideas of what I am doing wrong? > > Thanks! > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

