Re: Advanced Error Handler
Is the super duper version what is currently in the Codebank?
Anyway, I was wondering what peoples opinions are on adding line numbers (using MZTools) and then using Erl in this dll to log the line at which the error occurred.
Obviously when you are debugging it is easy to jump to the error line, however, if you have a very large sub and you get
Quote:
ERROR NUMBER:
6
DESCRIPTION:
Overflow
there is still a fair amount of debugging to work out what is wrong.
Re: Advanced Error Handler