K
Kerem Gümrükcü
Hi,
the topic says it all: How can i list all current member local variables and
their values on a exception inside a applications member/function? Can
i use the DBGHELP.DLL from microsoft or does the .NET Runtime has any
capabillities to do so. I am still familliar with the StackTrace-Class, but
i need
more information, like from a debugger. I need to know all data that was
involved into that crash, including all local member data at the
member/function
level that throw the exception. Can this be done within the fault
application by
catching the exception and doing a backtrack or do i have to write my own
debugger for that? Once i did in the past in C with dbghelp library and SYM*
stuff, but that was really pain! Can this easily done within C# with .NET
available
stuff?
Regards
Kerem
the topic says it all: How can i list all current member local variables and
their values on a exception inside a applications member/function? Can
i use the DBGHELP.DLL from microsoft or does the .NET Runtime has any
capabillities to do so. I am still familliar with the StackTrace-Class, but
i need
more information, like from a debugger. I need to know all data that was
involved into that crash, including all local member data at the
member/function
level that throw the exception. Can this be done within the fault
application by
catching the exception and doing a backtrack or do i have to write my own
debugger for that? Once i did in the past in C with dbghelp library and SYM*
stuff, but that was really pain! Can this easily done within C# with .NET
available
stuff?
Regards
Kerem