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.
If you want to trace the execution of your Java code you can use a tool called InTrace.
NOTE: InTrace is a free and open source tool which I have written.