示例#1
0
 ExceptionManager(ITheDebugger theDebugger, IDefaultExceptionSettings defaultExceptionSettings)
 {
     this.theDebugger = theDebugger;
     this.defaultExceptionSettings = defaultExceptionSettings;
     RestoreDefaults();
     theDebugger.OnProcessStateChanged += TheDebugger_OnProcessStateChanged;
 }
示例#2
0
		ExceptionService(ITheDebugger theDebugger, IDefaultExceptionSettings defaultExceptionSettings) {
			this.theDebugger = theDebugger;
			this.defaultExceptionSettings = defaultExceptionSettings;
			RestoreDefaults();
			theDebugger.OnProcessStateChanged += TheDebugger_OnProcessStateChanged;
		}