Skip to content

CSharp / C#

Last update: 18. October 2023 (Created: 18. October 2023)

CSharp / C

  • In Visual Studio open the Exception Settings with CTRL + ALT + E to specify which exceptions should stop the debugging.
  • When lots of exceptions are thrown it can really tank debugging performance, even if they are in a try ... catch block (This was observed in .NET Framework 4.0)