I would love to learn how to debug eclipse IDE.
Back to the time when I was using VS for .NET development, I can attach VS to a process at anytime and start to trace down th
There's a thread about finding cause of a freezing Eclipse.
One of the solutions suggests starting Eclipse with -consolelog option. This might be useful for taking a quick glance on what's going on (before doing actual debugging).