To the point:
Using Eclipse
I'm having no issue setting a breakpoint in an IntentService in my project and having it hit.
Using Android Studio
The same project (I'm able to run it from both Eclipse and AS) I can set breakpoints in some places (an Activity, for example) and it will hit, but it will not hit in other locations - an IntentService, for example. It won't even validate the breakpoint. What gives?
This is preventing me from moving to AS permanently.