What could be causing the problem that Eclipse stops responding right when I try to change to DDMS perspective when debugging my Android application. Moreover, when I start the emulator it will try to attach the debugger forever without succeeding.
Edit:
I repeated the problem and there was nothing written in the log file. The latest logs were these lines:
!ENTRY org.eclipse.libra.facet 4 0 2012-01-17 07:56:48.916
!MESSAGE startup class must implement org.eclipse.ui.IStartup!ENTRY org.eclipse.osgi 2 1 2012-01-17 09:00:40.308
!MESSAGE NLS unused message: CodeAssistPreferencePage_showStub in: org.eclipse.php.internal.ui.PHPUIMessages
The time stamps doesn’t match the time I repeated the problem though. But instead there was this pop up window:

Hopefully that helps a bit to debug this behavior.
-zaplec
I found the solution for this problem. The problem was that AVD hanged somewhere at 27% and then I couldn’t do really anything with Eclipse. The problem is somewhere in the AVD and re-installing the AVD didn’t help me.
Instead this seems to work every time:
Here you never need to close the virtual device and it’s also a lot faster to use it this way.