Visual Studio Break on Exception

added by BlackWasp
8/30/2010 1:17:48 PM

270 Views

When running a program in debug mode, using Visual Studio's debugger, and encountering an exception, the default behaviour is to pause execution unless the error is handled in a try / catch block. This behaviour can be modified for each exception type.


0 comments