.net - Investigate Exception Object at runtime -
i need debug .net 3.5 application on production system of customer. randomly application throwing strange interop.sehexceptions. take @ .net objects in memory @ time of crash. example i'd see inner exception property of exception or errorcode property. best option without installing visual studio (i'm not allowed so). i'm bit confused multiple possibilities. found things like
- dbgclr
- memory dumps
- intelli trace
- remote debugging
what easiest way @ objects in memory @ time of crash on production machine? thank help
Comments
Post a Comment