IntroductionRecords errors generated in a file.
Details
Whilst you are testing software it is useful to know what errors are occuring so that you can give accurate bug reports. I'm frequently frustrated by people that email me saying "An error appeared saying something about an missing variable" which is not exactly helpful when you've got a ten thousand lines of source code to find it in. RecErrors records these errors to a file for you.
|