On Tue, May 31, 2016 at 12:52 PM, Andrei Radu
<einar89@gmail.com> wrote:
Hi, is there any way to generate line mappings? It would be really useful for debugging purposes.
What kind of line mappings do you need? Is there a standard format?
FWIW any trace() statement will generate line numbers according to the original haxe source. I use that for debugging.