Re: Viewing the Code Flow, or Class Loading Sequence in Eclipse
Posted By:
WarnerJan_Veldhuis
Posted On:
Monday, March 27, 2006 02:42 PM
If you don't want to use a profiler, which in my opinion is the way to go, you vcan start a debug session and set some breakpoints. Once a breakpoint is hit, you can see the call stack and the works.... Still I think a profiler shows the most information