How to debug exception not handled by CLR
问题 I am developing a .NET application which is crashing at seemingly random times. It has references to an unmanaged dll which I suspect is throwing an exception which is unhandled. When the application crashes, I get this message when no debugger is attached (compiled as click-once): At which point I can attach VS2012 as the debugger and see the call stack: > ntdll.dll!77e015de() Unknown [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll] ntdll.dll!77e015de() Unknown