setDebugFlag static method

void setDebugFlag(
  1. DebugFlag flag,
  2. bool on
)

@brief Sets the state of a debug flag. @param flag The debug flag to set @see DebugFlag "DebugFlag". @param on Specifies whether the debug flag is enabled (true) or disabled (false).

Implementation

static void setDebugFlag(DebugFlag flag, bool on) => $prototype.setDebugFlag(flag, on);