Software Archive
Read-only legacy content
17061 Discussions

Ghost adb instance causing debug issues

Matthew_G_6
Beginner
414 Views

I have been having an increasing problem with XDK Android debugging. Essentially, the debugger will launch the app on the device, but will not attach itself, so instead of getting the Chrome Dev Tools interface in XDK, I am returned to the 'You can now begin your remote debugging session' view. The Android device, meanwhile, continues to run the application with no problem. No yellow bars, no error messages. Opening and closing XDK sometimes, but not always resolves the issue - increasingly I was having to solve this by restarting the machine.

Looking at running services, after XDK is closed, I noticed that an instance of the adb is still running - I am assuming that is the Android Debug Bridge (http://developer.android.com/tools/help/adb.html) started by XDK, but apparently not killed correctly. See screenshot below:

Capture (2).PNG

Hitting 'End Task' and rerunning the debugger will allow me to get back to normal operations.

Short of writing a script that kills all instances of that process when I run into this problem, are there any recommended solutions?

0 Kudos
1 Reply
Elroy_A_Intel
Employee
414 Views

This is an issue that we are currently looking into. Your previously mentioned workaround is the recommended approach at this time.

0 Kudos
Reply