The TraceEvent method of the IRemoteProcessCallbackEx2 interface notifies the debugger when a Java method is entered while method tracing is enabled by IRemoteProcess::TraceMethods. Its use is deprecated. Tool developers should (in general) instead use the Java profiler interfaces.
HRESULT TraceEvent(IRemoteThread *pThread)
[in] pThread | The thread that generated the event. |
S_OK Leave execution suspended.
S_FALSE Resume execution.