public void StepOut() { operation = StepperOperation.StepOut; JustMyCode = false; // Needed for multiple events. See docs\Stepping.txt corStepper.StepOut(); }
// Completes after the current frame is returned from normally & the // previous frame is reactivated. public void StepOut() { m_step.StepOut(); }
public void StepOut() { _comStepper.StepOut(); _thread.Process.Continue(); }