[android-developers] Re: Debugging a separate thread.
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.
The debugger should stop even if its a background thread. Are you sure you call .start() in your thread?
-- 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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home