public void StepIn(int[] ranges)
 {
     operation = StepperOperation.StepIn;
     corStepper.StepRange(true /* step in */, ranges);
 }