Skip to content

Instantly share code, notes, and snippets.

@exts
Created May 29, 2018 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save exts/7f6db0fc1de87f77c5b58f7bf269a879 to your computer and use it in GitHub Desktop.
Save exts/7f6db0fc1de87f77c5b58f7bf269a879 to your computer and use it in GitHub Desktop.
"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