I am trying to understand why and where the exception is thrown in my C # code. The problem is that all of my code is in try-catch block, so when this happens, the debugger is not locked. Is there a way to stop it clearly?
Simply use Ctrl + Alt + e shortcut. There you can choose any exception for which you want to break the visual studio.
Comments
Post a Comment