Jump to content

Error Reporting


Recommended Posts

So here is my issue, I have written many different small programs and am wondering how can I make it so anytime the program errors no matter where the error is inside the program it saves the error information into a file (like the line the error fell on and even the code it self)? I understand the @error but if placed once will it handle an error anywhere in the program? Please help Thanks.

Link to comment
Share on other sites

When there is an error, the program in one form or another crashed. So you would have to have basically something monitoring the running program. Also not all errors are in the running program, they can be caused by the environment they are running under. I tell you that is no small undertaking by any stretch of the imagination... There are specialized programs out that that do monitor memory and can tell you what is happening, but that is very technical. You are going to have to think it over what you really wish, because if you do what you are saying, you are in for a world of headaches.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...