The CanStopEvent method of the IRemoteProcessCallbackEx2 interface notifies the debugger when a Java thread in step in mode makes a method call or returns from the stepping stack frame. See Controlling Execution for details on thread stepping events.
HRESULT CanStopEvent(IRemoteThread *pThread)
[in] pThread | The thread that generated the event. |
S_OK Leave execution suspended.
S_FALSE Resume execution.