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
For Visual Studio 2019:
Go to Debug -> Windows -> Exception Settings and mark every exception under Common Language Runtime Exceptions.
Debug
Windows
Exception Settings
Common Language Runtime Exceptions