Microsoft SDK for Java

IRemoteProcessCallbackEx2::
DebugStringEvent

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.

Syntax

HRESULT DebugStringEvent(IRemoteThread *pThread, LPCOLESTR pcszDebugString)

Parameters

[in] pThread The thread that generated the event.
[in] pcszDebugString The string from the Java process.

Return Value

S_OK Leave execution suspended. 

S_FALSE Resume execution.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.