WebMake Documentation (version 1.2)

dump_vars.wmk


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:

This content contains a list of the names of all content items defined.

This content contains a dump of all content items defined, including their names and their values. It excludes and .

WebMake Documentation (version 1.2)