Microsoft SDK for Java

IRemoteProcessCallbackEx2::
CodeBreakpointEvent

The CodeBreakpointEvent method of the IRemoteProcessCallbackEx2 interface notifies the debugger when a code breakpoint set by a call to IRemoteMethodField::SetBreakpoint is hit by the Java process being debugged.

Syntax

HRESULT CodeBreakpointEvent(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.