Visual Studio Code – How can I stop Visual Studio from breaking on Exceptions when I have already swallowed them?
I'm developing an application inside Visual Studio using C#. This is a simple Console application. In some places, I wish to swallow exceptions. Thus I use an empty catch block. It' by design. When I hit F5, in codes of…