コード例 #1
0
        public override void Execute(object parameter)
        {
            if (CurrentDebugger.IsDebugging)
            {
                CurrentDebugger.Detach();

                EnableDebuggerUI(true);
                CurrentDebugger.DebugStopped -= OnDebugStopped;
            }
        }
コード例 #2
0
 public override void Detach()
 {
     ClassBrowserSupport.Detach(CurrentProcess);
     CurrentDebugger.Detach();
 }