[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Any plans regarding static typing in core Lua?
- From: steve donovan <steve.j.donovan@...>
- Date: Tue, 8 Mar 2016 09:26:15 +0200
On Tue, Mar 8, 2016 at 9:15 AM, Xavier Wang <weasley.wx@gmail.com> wrote:
> But Lua lacks #line program makes compiles to Lua difficult to debug :(
This is true, but you can keep line maps (I did this in LuaMacro, it
was not easy).
Doing actual debugging requires very creative remapping!