Errors in core ends up with a stack trace from the compiled view, which makes it hard to find the error in the source being compiled.
This only needs to be active during development/debug flag, for performance reasons
Possible solutions:
- add comment at each compiled line, with lineno
- create a separate map file with line:line mappings