Pages

29 June, 2024

Call trace in java

Is there a way to output a call trace for a particular thread in java?



I do not want a stack trace. I would like a sequence of calls on each object for tracing.

No comments:

Post a Comment

Thanks