home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-02-17 | 766 b | 19 lines | [TEXT/MPCC] |
- About Exception Check:
-
- This is a small application which munges through your source code and
- looks for potential exception-related problems such as doing a goto or
- return out of a TRY/CATCH/ENDTRY block.
-
- When a potential problem is encountered, it will output an error
- message in the messages file. Check this file, and carefully study
- your code where the messages file says you have a problem. If you
- decide it's a false alarm, adding a comment /*GOTO_OK*/ or /*RETURN_OK*/
- on the line will make the complaint go away on future runs.
-
- DISCLAIMER: This quick hack has saved me several hours of debugging at
- least two times, but it IS a quick hack and you should not run it except
- if you agree to take full responsibility for its actions.
-
- Jon W{tte
- h+@nada.kth.se
-