I would like to get a better understanding of the 2 sets of EMF objects in the src-trace model. For instance, for the case of a method call, I find:
1) org.eclipse.hyades.models.trace.impl.TRCFullMethodInvocationImpl org.eclipse.hyades.models.trace.impl.TRCMethodInvocationImpl When I launch an Eclipse Application to debug it I can set a breakpoint in their constructors that get hit when I click a button of the tutorial sample (launched as a profile session from the launched Eclipse Application window). The backtrace suggests that these EMF objects are created to process a methodEntry event. 2) org.eclipse.tptp.platform.models.internal.traceEvents.impl.MethodEntryIm pl This object creates the methodEntry event, I presume, but unfortunately I have not been able to set a breakpoint in its constructor and see it get hit. I suppose this object lives on the target side of things (the launched tutorial sample - an external Java app), that's why I can't debug it directly. Does anybody know how I can attach the Eclipse debugger to it? This is just a learning exercise for me. Thanks for any help you can give me, Henk Aling Wind River _______________________________________________ tptp-tracing-profiling-tools-dev mailing list tptp-tracing-profiling-tools-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/tptp-tracing-profiling-tools-dev