Make Visual Studio Break at all Exceptions.
If you are developing and you want visual studio to break at all the exception without you placing an explicit breakpoint there then below is the setting.
Goto “Debug -> Exceptions”. From the Exceptions dialog box, check throw checkbox against “Common Language Runtime Exceptions” and click OK. That's it.... Visual Studio will automatically break at all errors for you.
Happy Coding!!
Happy Coding!!
Labels: Debug Setting, Exception Handling, Microsoft visual studio 2010
0 Comments:
Post a Comment
<< Home