The DataBreakpointEvent method of the IRemoteProcessCallbackEx2 interface notifies the debugger when a data breakpoint is hit by the Java process being debugged.
HRESULT DataBreakpointEvent(IRemoteThread *pThread, IRemoteObject *pObject)
[in] pThread | The thread that generated the event. |
[in] pObject | The object whose value was set, triggering the breakpoint. |
S_OK Leave execution suspended.
S_FALSE Resume execution.