G
G.Ashok
Hi,
Is there any facility available in the debugging engine of dot net framework
to take snap shot (dump) of all the memory variables including local global
(every procedure in the execution stack from the current execution point
backwards. (I don't want the values of CPU registers which is little
difficult to understand to analize)
What I want is when any unhandled/handled exception is occurs I want to dump
the values of the all this variables and execution stack which will let me
analyze the problem/bug what the causes this exception.
Thanks in advance...
Regards,
....Ashok
Is there any facility available in the debugging engine of dot net framework
to take snap shot (dump) of all the memory variables including local global
(every procedure in the execution stack from the current execution point
backwards. (I don't want the values of CPU registers which is little
difficult to understand to analize)
What I want is when any unhandled/handled exception is occurs I want to dump
the values of the all this variables and execution stack which will let me
analyze the problem/bug what the causes this exception.
Thanks in advance...
Regards,
....Ashok