Execution trace/flow in java 6 and higher

蓝咒 提交于 2019-12-11 05:43:51

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!