How can I trace the calls of a java application that I have built and run in eclipse -
i want able see classes, methods called when execute various scenarios java application i'm running in eclipse. there way me doing without setting breakpoints , without putting bunch of system.out.println in code. i'd see "call tree" , able run through scenario , see different call tree. i'm trying understand code without benefit of documentation.
Comments
Post a Comment