How to debug two processes in Android?

android, android-service

Solution

Temporarily make it not be a separate process.

@CommonsWare

Problem

In my application an activity starts a service which runs as a separate process, I want to debug the Activity as well as the service but debugger does not stop at the breakpoints in service? Thanks for help.

Original source

Related problems