Poor error messages
- Posted by Bernie Ryan <bwryan at PCOM.NET> Jan 07, 2000
- 654 views
How can a Euphoria programmer tell which sequence a error message is coming from when the error message is: "subscript value 1 is out of bounds, reading from a sequence of a length 0" Why doesn't Euphoria give the subscript's name in the error message ? It seems if the compiler is looking at a sequence it should know the sequence's name just like it knows the variables names.