I am getting familiar with debugging from eclipse. I have a thread that runs in the background, and set a breakpoint in that file. When I debug my program, I never see it stop there or display the file that the break is in. Do I need to do something special in order to select which thread I'm debugging?
Also, as I step through my program, I eventually get to parts of the Android system, where I'm in the dark. I get a message about the source file not being available which makes sense. I just keep hitting F7, and eventually get back to my code. Is this a normal routine that people go through, and can I get and install the source somewhere so that I could actually step through the Android code? Thanks! Tobiah -- 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

