hi,
i was wondering if it is somehow generally possible to add debug information to templates beeing rendered::
<!-- begin: some/widget/view.mak -->
…
<!-- end: some/widget/view.mak -->
e.g. in the "old times" with svn this was easy by using ``$Id$`` in the top of a template file; in gwt there is an option that renders the filename of a template to the html.
does anyone have a good hint for accomplishing this? either by hacking the renderer or something else. in the best information about templates beeing rendered would be visible only in development mode.
cheers, andi