Posts by this author

Feb 23, 2015
Post comments count0
Post likes count0

The New Exception Settings Window in Visual Studio 2015

In Visual Studio 2015  we’re pleased to introduce the new Exception Settings tool window for configuring the debugger’s exception settings. In this post I will walk you through the features of this new window. For more information on exception classifications in Visual Studio, see Understanding Exceptions while Debugging with Visual Studio. Now in...

DevOpsGit & Version Control
Jan 7, 2015
Post comments count0
Post likes count1

Understanding Exceptions while debugging with Visual Studio

This post has been updated to reflect *the experience while using Visual Studio 2015.* If you have spent any time coding, odds are that you have had to deal with Exception Handling. In Visual Studio, when exceptions are thrown or end up unhandled, the debugger can help you debug these by breaking just like it breaks when a breakpoint is hit. In thi...

DevOpsGit & Version Control