Page 1 of 1

Error messages should state the name of the program where the error occurs

Posted: Sun Oct 09, 2022 5:46 am
by tvonbrasch
Hi,

It would be great if error messages state the name of the program where the error occurs:
error message.png
error message.png (7.52 KiB) Viewed 50288 times
Thomas

Re: Error messages should state the name of the program where the error occurs

Posted: Wed Oct 12, 2022 9:50 am
by EViews Matt
Hello,

If an error occurs outside the top-level program file, i.e. in a subprogram invoked by 'exec' or 'include', the program filename will be included in the error message. Was your error triggered in an add-in?

Re: Error messages should state the name of the program where the error occurs

Posted: Thu Oct 13, 2022 2:15 am
by tvonbrasch
Yes, it was triggered in an addin (which uses sub-programs and that makes it a bit difficult to locate the error)
t