What you describe using F7 is fairly normal. But since single-stepping through code is tedious, and the tedium is fruitless when you don't have the source, I usually use Step UP instead of Step Over once I land in Android system code. I also use breakpoints in Android more heavily than I do in other debugging/development environments to avoid landing in the system code in the first place.
On Apr 27, 10:48 am, Tobiah <[email protected]> wrote: > 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

