Adds better support to debug generated code

The commit adds to the generate_code.pl script support to add #line directives
to generated code to allow build breaks to be more easily found from the
generated code.
This commit is contained in:
SimonB 2016-04-25 21:34:49 +01:00 committed by Simon Butcher
parent a543d11d3a
commit 1594210a49
3 changed files with 57 additions and 15 deletions

View file

@ -1,3 +1,4 @@
#line 1 "helpers.function"
/*----------------------------------------------------------------------------*/
/* Headers */