On Jul 8, 9:06 am, Pamplemousse Mk2 <[email protected]> wrote: > I have written a program which start a service which bind to another > service. The two services run in two processes. The problem is that > Eclipse does not stop at the breakpoints of the second service (which > does not run in the main application process), and I can't see any log > written with Log() class in that service. > > Is there a way to trace or debug other processes that the main one > with Eclipse?
With stand-alone DDMS, you pick the application you want the debugger to connect to. You can connect a debugger to the first app, select the second, and connect a debugger to it as well. Eclipse and DDMS should both be able to deal with this situation. If you're not sure what process you need to connect to, check the process IDs in the logcat output. You may be able to do this from the SDK / Eclipse plugin too. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

