Using the Visual Studio 2010 debugger, I am familiar with using the Call Stack window to see where the currently executing function was invoked from.
I\'m working with s
If you goto "DEBUG", "Exceptions..." and then select "Thrown" against "Common Language Runtime Exceptions".
Then when your code encounters an exception it will stop on the line with the error.