Microsoft SDK for Java

IRemoteProcessCallbackEx2::
CodeBreakpointEventEx

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

Syntax

HRESULT CodeBreakpointEventEx(IRemoteThread *pThread, IMethodLocation *piml)

Parameters

[in] pThread The thread that generated the event.
[in] piml The method location where the code breakpoint was triggered.

Return Value

S_OK Leave execution suspended. 

S_FALSE Resume execution.

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