TomCarnahan
Programmer
Is there anyway to capture the screen (and hopefully error messages) to the clipboard and then to a JPEG file that could then be emailed?
There are various times when I have descriptive error messages come up that are meant only for me as the developer for unanticipated errors. The error messages tell the user to contact me. The message contains info that helps me to find out where in the code the problem occurred, but is often meaningless to the user. Unfortunately, the users are overwelmed by the error message and do not write down the info.
My thought is to have the error info and an attached screen capture file (.JPG?) sent to me by email.
Regardless of whether or not screen capture is a good way to do this, I would like to know how to capture the screen for several other apps I have in mind. However, getting error info emailed to me is the most important thing.
I work with a group of 15 people scattered around a building and we are all on the same intranet, so it is not a case of being overwelmed by email, however, it would save me running around the building asking the user to duplicate the steps leading up to the error.
Thanks ahead of time for your help!
--- Tom
There are various times when I have descriptive error messages come up that are meant only for me as the developer for unanticipated errors. The error messages tell the user to contact me. The message contains info that helps me to find out where in the code the problem occurred, but is often meaningless to the user. Unfortunately, the users are overwelmed by the error message and do not write down the info.
My thought is to have the error info and an attached screen capture file (.JPG?) sent to me by email.
Regardless of whether or not screen capture is a good way to do this, I would like to know how to capture the screen for several other apps I have in mind. However, getting error info emailed to me is the most important thing.
I work with a group of 15 people scattered around a building and we are all on the same intranet, so it is not a case of being overwelmed by email, however, it would save me running around the building asking the user to duplicate the steps leading up to the error.
Thanks ahead of time for your help!
--- Tom