Create memory dump for non-fatal erros?

  • Thread starter Thread starter Rick
  • Start date Start date
R

Rick

I want to have my application create a memory/stack dump for some non-fatal
exceptions of my choosing. Basically I want to see the state of the
variables when the exception occurred. Is this possible?

TIA
 
I want to have my application create a memory/stack dump for some non-fatal
exceptions of my choosing. Basically I want to see the state of the
variables when the exception occurred. Is this possible?

TIA

Yes, you can.

Study the documentation for reflection, where you will learn how to get
information about an object in memory.

Good luck with your project,

Otis Mukinfus
http://www.arltex.com
http://www.tomchilders.com
 
Back
Top