The following hints often appear when debugging in Eclipse: Application (app name) is waiting for the debugger to attach
Under normal circumstances, will quickly enter the application debugging state, but sometimes will stay in the above the prompt dialog box, has been unable to enter the debug state
Workaround:
In the DOS command line
ADB kill-server
ADB start-server
Two commands to kill and restart the ADB will enter the debug state.
If you stay on this prompt dialog box, you cannot enter the debug attitude to see if two eclipse is open for debugging
Eclipse cannot open multiple eclipse for debugging at the same time because it does not correctly identify which eclipse is in the debug
It's OK to keep an eclipse
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
Waiting for Debugger