WebMake
WebMake Documentation (version 2.4)

dump_vars.wmk

x


NAME

dump_vars.wmk - dump all WebMake variables and content items


LOADING

  < use plugin="dump_vars" />

CONTENT ITEMS

  $ {DumpVars_names}
  $ {DumpVars_full}

DESCRIPTION

Some debugging help. If you include this file in your WebMake file, it will define these content items:

$ {DumpVars_names}
This content contains a list of the names of all content items defined.
$ {DumpVars_full}
This content contains a dump of all content items defined, including their names and their values. It excludes $ {DumpVars_full} and $ {DumpVars_names}.
WebMake Documentation (version 2.4)
Built With WebMake