When coding in C# I like not to handle exceptions because it makes it easier to figure out where and why things went wrong. However, I can't give anyone a program that doesn't handle exceptions.
Can I somehow force Visual Studio to break on every exception, including those thrown inside try/catch blocks?