How to catch unhandled exception from .Net application with procdump (or similar)?

前端 未结 2 1839
天涯浪人
天涯浪人 2021-01-21 06:50

The long (boring) story

Currently i have an application that leads to an exception on only one pc. After some digging around i could encapsulate the problem with a sma

2条回答
  •  花落未央
    2021-01-21 07:26

    DebugDiag or WinDbg is OK.

    http://support.microsoft.com/kb/919789

    http://www.microsoft.com/whdc/devtools/debugging/default.mspx

提交回复
热议问题