DataBasic Reference > The Debugger > Summary of Debugger Commands > WF

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

RealityV15.1Online Documentation (MoTW) Revision 7

WF command (DataBasic debugger) (m618706+wf.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

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.

RealityV15.1 (MoTW) Revision 7Comment on this topic