Microsoft SDK for Java

IRemoteProcessCallbackEx2::
StepEvent

The StepEvent method of the IRemoteProcessCallbackEx2 interface notifies the debugger when a Java thread in step mode completes an execution step. See Controlling Execution for details on thread stepping events.

Syntax

HRESULT StepEvent(IRemoteThread *pThread)

Parameters

[in] pThread The thread that generated the event.

Return Value

S_OK Leave execution suspended. 

S_FALSE Resume execution.

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