M
Magius96
I'm writing a debugging module to include in my applications that will output
log files anytime an exception(error) is thrown. What I'd like to do is to
dump the memory into the log file so I can avoid tracking each and every
variable. If it could show me all variables and thier values that would be
perfect. If it could show me the stack as well, that would be a major bonus
too.
I'm asking if there is anyway that I can create a class module to do even
part of this for me. I don't have the luxury of downloading any plugins or
3rd party addons, so whatever solution I use, I have to be able to code it
myself. If someone from this community could simply point me in the right
direction, I'd be gratefull.
Honestly, I'm not even sure it can be done.
log files anytime an exception(error) is thrown. What I'd like to do is to
dump the memory into the log file so I can avoid tracking each and every
variable. If it could show me all variables and thier values that would be
perfect. If it could show me the stack as well, that would be a major bonus
too.
I'm asking if there is anyway that I can create a class module to do even
part of this for me. I don't have the luxury of downloading any plugins or
3rd party addons, so whatever solution I use, I have to be able to code it
myself. If someone from this community could simply point me in the right
direction, I'd be gratefull.
Honestly, I'm not even sure it can be done.