Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse debugger for android virtual device hanging?

Saw similar questions but nothing addresses what I see and have to work with:

[16:29:11 - com.XX.yy] Attempting to connect debugger to 'com.XX' on port 8852

No actual device just the Android emulator.

Runs correctly on the emulator (although takes a while to get running).

However, trying to debug and it just hangs.

Displays the message above and shows a black screen on the emulator...?

Any point in the right direction is greatly appreciated.

Thank You .

like image 880
Greg McNulty Avatar asked Nov 11 '12 00:11

Greg McNulty


1 Answers

As you mentioned line is waiting where you gave an break point in your program.

Always emulator is slow process while debug. To increase the eclipse speed by change the configuration file of eclipse in your eclipse folder and restart.

hope it help full

like image 58
Poovizhirajan N Avatar answered Oct 31 '22 23:10

Poovizhirajan N