Ejemplo n.º 1
0
        void InternalStop()
        {
            if (IsDebugging)
            {
                IsDebugging = false;

                debuggee.Terminate();
            }
        }