How to access Locals, Autos...programmatically?

  • Thread starter Thread starter G.Ashok
  • Start date Start date
G

G.Ashok

Hi,

How can I can access all the debugger aids (like Autos, Locals, Me (This),
MemoryLists, Threads, Modules, Registers) programmatically? I want too use
them in my program to log the exact picture of the error and its condition
like the values of the each variable etc. when an error occurs in my
program. While running my program I want to dump the memory contents to a
log file. At least if I can access them while in development (Debug version)
of them program will do.

Thanks in advance.

Regards,
....Ashok
 
Abhijeet,

Thanks for reply, but it doesn't seem the System.Diagnostics has this
functionality. Can you please point out this? Autos, Locals, memory Lists,
Registers...

Regards,
....Ashok
 
Im interested in this too, anyone know if its possible to extract locals
during a catch block?
 
Back
Top