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.
HRESULT CodeBreakpointEvent(IRemoteThread *pThread)
[in] pThread | The thread that generated the event. |
S_OK Leave execution suspended.
S_FALSE Resume execution.