Mike Stall on Finding the Real Exception Call stack
Mike's got an interesting piece up today about using WinDbg to find the actual call stack of an unmanaged (or managed for that matter) exception. It's this kind of power debugging technique that makes WinDbg my all time favorite debugger.
Comments
- Anonymous
January 19, 2005
The VS guys pointed out that you can do this in Visual Studio too (I didn't realize at the time I posted). See http://blogs.msdn.com/jmstall/archive/2005/01/18/355697.aspx#356316