debug background service in android

Hello,

I have a background service running on android.  I can't seem to find a way to attach a debugger to the background service.  I can attach it to the main application process, but if it spawn off a bg service, I can't seem to find a way to hit breakponts in that service.  In eclipse, the DDMS perspective has the list of processes that I can then use to attach to any of my background processes or the main process.  Is there any way to do this in IntelliJ?

thx
Ben

0

请先登录再写评论。