示例#1
0
        protected override void OnNextLine()//step over
        {
            if (!IsDebugging)
            {
                return;
            }

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