UPDATE The supposed duplicate is the question of getting stuck in “Waiting for a debugger” while executing Run , while this question is of getting stuck in “Waiting for a debugger” while executing Debugging, the steps to create a problem are different and the solution is also different .
Whenever I try to use the Android Studio Debug feature, the Run status always gets stuck:
Launching application: com.astrotek.parashoot.debug/com.astrotek.ptpviewer.StarterActivity. DEVICE SHELL COMMAND: am start -n "com.astrotek.parashoot.debug/com.astrotek.ptpviewer.StarterActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.astrotek.parashoot.debug/com.astrotek.ptpviewer.StarterActivity }
So far, the device (Samsung Galaxy S3 Android 4.3) that I am debugging will display

This comes from Android Studio 0.8.8 to 1.0. And on the same computer, I can debug using Eclipse on the same device without any problems.
So the question is, what can I do to debug Android Studio?
Update: The same thing happens when debugging on a Nexus 7 (2013) running Android 5.0; and testing on another machine gave the same result. I cannot be the only one that has encountered this problem: - /
Update:. The bonus is open, because this problem is so annoying. Even reinstalling the application does not solve. Nexus 5 runs Cyano, Win7 64. ADB magazine reports:
8568-8568/it.myapp:myprocess W/ActivityThreadďą• Application it.myapp is waiting for the debugger on port 8100... 8568-8568/it.myapp:myprocess I/System.outďą• Sending WAIT chunk
In addition, I cannot find an easy way to disconnect and reset the ADB connection in Android Studio.
android android-studio android-debug
Kai Dec 12 '14 at 2:48 2014-12-12 02:48
source share