Re: [android-developers] breakpoint in onReceive
On Oct 4, 2012, at 11:16 PM, bob <bob@coolfone.comze.com> wrote:
> So, can you not put a breakpoint in a broadcast receiver?
Maybe someone corrects me but it's quite often the case a breakpoint does not work unless you have some code there. E.g adding something gibberish;
int i = 0;
++i;
And then putting your breakpoint into either line might help.
--
H
--
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