posted 16 years ago
Put breakpoints and run in debug mode. Eclipse will show you the debug perspective where you can find the threads, the traces, the variables at the moment, the code in question and four ways to step through code (in method scope, in class scope, in application scope or to the next breakpoint if any).