3

Is there a way to attach Android debugger to a running android process with IntelliJ 13. It seems to be possible when running DDMS + eclipse (reference here).

I can't find a way to do that with IntelliJ. If I start DDMS from within IntelliJ (Tools > Android > Monitor (DDMS included) ) :

  • I can see the processes running on the device
  • I cannot attach the debugger (the "green" bug icon is disabled)

I guess that DDMS is expecting to find an eclipse workspace somewhere. But is there a way to make it working with IntelliJ ?

1 Answer 1

3

Under the Run menu, there's an option Attach debugger to Android process.

It works correctly for me: I can attach the debugger to the process and it stops on breakpoints.

Sign up to request clarification or add additional context in comments.

1 Comment

so simple... I didn't saw it. Thanks.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.