Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] tracing through different threads

Hi

I would like to create a trace-log from the execution of an application
throughout different threads.

What I would like to express is:

"all the joinpoints in the controlflow of some other joinpoint (entry), and all the joinpoints in every thread started from within that first controlflow"

I'm still working on my record/replay idea (see mail from 17 november). If I want to replay a multithreaded application (something with Swing for example), I need a log of the execution of all the threads from that application...

thanks in advance,
Jan



Back to the top