[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Throwback
- From: Tom N Harris <whoopdedo@...>
- Date: Wed, 13 May 2015 04:30:30 -0400
Are we overthinking the problem? Just because something is a string doesn't
mean it doesn't have structure. When Lua raises an error I get a message like
this:
> aatree.lua:206: cannot insert nil in tree
It tells me the file and line number of the error. The traceback, if included,
also has file names and line numbers in it. The information is there, you just
need to have your debugger parse the error message for it.
--
tom <telliamed@whoopdedo.org>