The RangeStepIn method of the IRemoteThread interface continues execution of this thread until the PC is outside the given range. The RangeStepIn method steps into method calls. CanStopEvent is called on entry to a called method. StepEvent is called when execution stepping is complete.
HRESULT RangeStepIn(ULONG offStart, ULONG offEnd)
[in] offStart | The starting bytecode offset from the beginning of the current method. |
[in] offEnd | The ending bytecode offset from the beginning of the current method. |
S_OK Success.
E_FAIL The associated thread has terminated.
The [offStart, offEnd] range is an inclusive range.