"mono-debug.exceptionOptions": { | |
"System.Exception": "never", | |
"System.SystemException": "never", | |
"System.ArithmeticException": "never", | |
"System.ArrayTypeMismatchException": "never", | |
"System.DivideByZeroException": "never", | |
"System.IndexOutOfRangeException": "never", | |
"System.InvalidCastException": "never", | |
"System.NullReferenceException": "always", | |
"System.OutOfMemoryException": "never", | |
"System.OverflowException": "never", | |
"System.StackOverflowException": "never", | |
"System.TypeInitializationException": "never" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment