Viewing Unhandled Exceptions in Debugger
Visual Studio
1
Posts
1
Posters
5
Views
1
Watching
-
Using the VS .NET debugger is there any way to view the member properties of an unhandled exception that breaks execution? I've yet to find a way to do so, so I end up writing a try/catch block around the bad code and setting a break point in the catch block... Which doesn't seem to be the best way.