meta-lua-nginx-module icon indicating copy to clipboard operation
meta-lua-nginx-module copied to clipboard

mini-tt2: emit C line control macros to point to tt2 template file locations

Open agentzh opened this issue 7 years ago • 0 comments
trafficstars

Let's make mini-tt2 emit C line control macros to the C output like below:

#line 32 "src/http/ngx_http_lua_foo.c.tt2"

So that it would be easier to debug any compilation errors or runtime C backtraces directly in the template files.

agentzh avatar Mar 27 '18 06:03 agentzh