On 04/27/2011 11:52 AM, dnkoutso wrote:
I think F7 is STEP INTO, which would go inside the method, even if you
do not have a breakpoint. In your case it's stepping into .class files
that you do not have the source code for them and so you see this
discrepancy. Then the call returns and you are back in your source.

Use F6 as it's STEP OVER.

F5 = Step Into
F6 = Step Over
F7 = Return
F8 = Resume

Tobiah

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to