On Oct 4, 2012, at 11:16 PM, bob <[email protected]> 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 [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

Reply via email to