예제 #1
0
        void debugger_ProcessExited()
        {
            OnDebugStopped(EventArgs.Empty);

            ClassBrowserSupport.Detach(CurrentProcess);
            CurrentProcess    = null;
            CurrentThread     = null;
            CurrentStackFrame = null;

            UpdateBreakpointIcons();
            RefreshPads();
        }
예제 #2
0
 public override void Detach()
 {
     ClassBrowserSupport.Detach(CurrentProcess);
     CurrentDebugger.Detach();
 }