[android-beginners] Re: Debugging a service

2008-07-02 Thread Xavier Ducrohet
Hi, you can definitively debug a service. The issue is connecting a debugger to it If you are using Eclipse/ADT, the first possibility is to launch another part of your application (an activity) in debug mode to have ADT connect a debugger to your app directly. Then, once you see your app in the

[android-beginners] Re: Debugging a service

2008-07-03 Thread Alistair
Thanks Xav I got it working. I hadn't even looked at the DDMS view before! Al. On Jul 2, 7:48 pm, "Xavier Ducrohet" <[EMAIL PROTECTED]> wrote: > Hi, > > you can definitively debug a service. The issue is connecting a debugger to > it > > If you are using Eclipse/ADT, the first possibility is to