WF
Toggles the option that treats warning messages as fatal errors.
Syntax
WF{*}
Syntax Elements
* Toggles the global FATAL.WARNINGS option (equivalent to setting or clearing the FATAL.WARNINGS environment option). You should use this option when debugging file triggers.
If this element is omitted, the effect of the WF command is limited to the program currently being debugged.
Operation
The option that treats warning messages as fatal errors can be enabled by running your program with the F option. The WF debugger command toggles this option on and off. The word On
or Off
is displayed next to the WF to indicate the status of the option.