28.8 Debugging macros
By default, Mif2Go ignores undefined or blank macros and macro variables; they do not appear in the output. However, if you are debugging a macro process, you might want the names of undefined (possibly misspelled) macros or macro variables to be flagged. To make the name of any blank (or undefined) macro or macro variable appear in the output where the value of the macro or variable would normally appear, specify one or both of the following options:
; NameUndefinedMacros = No (default)
; or Yes (insert $macro name in output)
; NameUndefinedMacroVars = No (default)
; or Yes (insert $$macrovar name in output)
> 28 Working with macros > 28.8 Debugging macros