public void StepOut()
 {
     _machine.StepOut();
     _debugCommandEvent.Set();
 }