w3DebugOK

w3DebugOK controls FlashCONNECT debugging. When FlashCONNECT debugging is enabled the following changes take place:

Syntax

call w3DebugOK  (line , flag )  

Parameters

line

In

Specifies which line to check. Used only when checking the state of a line (flag=3). For all other functions, only the current line is changed.

flag

In

The change desired:

  • 0 = Disable FlashCONNECT debugging.

  • 1 = Enable FlashCONNECT debugging.

  • 2 = Switch the setting from its current state.

  • 3 = Only return the current setting, don't change it.

On output, flag indicates the current setting.
0 = Debugging disabled, 1 = Debugging enabled