Monday, November 8, 2010

Debugging Run time Exceptions

In Visual Studio, one can enable option to stop on any type of exception.

For example to debug any access violation exception, go to Debug->Exceptions and check the box for Win32 Exceptions->c0000005 Access violation as shown below:

No comments:

Post a Comment