The DebugStringEvent method of the IRemoteProcessCallbackEx2 interface notifies the debugger when the Java process being debugged generates a string. A process that is being debugged can cause the Microsoft VM to call the debugger's DebugStringEvent method by calling the com.ms.debug.Debugger.out.println method.
HRESULT DebugStringEvent(IRemoteThread *pThread, LPCOLESTR pcszDebugString)
[in] pThread | The thread that generated the event. |
[in] pcszDebugString | The string from the Java process. |
S_OK Leave execution suspended.
S_FALSE Resume execution.