Changeset 1809
- Timestamp:
- 2/10/2010 10:44:30 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/eraser6/Eraser.Util/BlackBox.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser6/Eraser.Util/BlackBox.cs
r1802 r1809 130 130 private BlackBox() 131 131 { 132 //If we have a debugger attached we shouldn't bother with exceptions. 133 if (Debugger.IsAttached) 134 return; 135 132 136 AppDomain.CurrentDomain.UnhandledException += OnUnhandledException; 133 137 Application.SetUnhandledExceptionMode(UnhandledExceptionMode.ThrowException);
Note: See TracChangeset
for help on using the changeset viewer.
