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 ?