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