New to android, when I debugging in Eclipse I use to press F6 to step into my code, but by doing this, it always lead me into source code of Android which I don't have, than, you can see the page with a button let you to browse the location of the source code, how can I skip this, and let the debugger always stay within my own project?
Thanks.