The StepIn method of the IRemoteThread interface steps over the current bytecode instruction in an interpreted method or the current source line in a JIT-compiled method. The StepIn method steps into method calls. IRemoteProcessCallbackEx2::CanStopEvent is called on entry to a called method. IRemoteProcessCallbackEx2::StepEvent is called when execution is complete.
HRESULT StepIn(void)
S_OK Success.
E_FAIL The associated thread has terminated.