问题
I am looking for a tool that allows me to get the complete execution trace of a Java program. That is, I need the list of method invocations, in order, of my program.
I have found this SO question where the OP talks about Trace, which does exactly what I need, but it seems to be available only in java 1.5 and below.
Is there something similar for java 6 and higher?
来源:https://stackoverflow.com/questions/14706742/execution-trace-flow-in-java-6-and-higher