Ejemplo n.º 1
0
        protected override void OnFinish() //step out
        {
            if (!IsDebugging)
            {
                return;
            }

            debuggee.StepOut();
            WaitForDebugEvent();
            StopWaitingForEvents = false;
            GotoCurrentLocation();
        }