Microsoft SDK for Java

IRemoteProcessCallbackEx2::
DataBreakpointEvent

The DataBreakpointEvent method of the IRemoteProcessCallbackEx2 interface notifies the debugger when a data breakpoint is hit by the Java process being debugged.

Syntax

HRESULT DataBreakpointEvent(IRemoteThread *pThread, IRemoteObject *pObject)

Parameters

[in] pThread The thread that generated the event.
[in] pObject The object whose value was set, triggering the breakpoint.

Return Value

S_OK Leave execution suspended. 

S_FALSE Resume execution.

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