SetDebug
SetDebug

Turns debugging on or off.

bSuccess = myDebug.SetDebug( bON )

Return value
TRUE if the functions were enabled / disabled successfully, otherwise FALSE.

Parameters
  • bON
    ON to turn debugging on, OFF to turn it off. Default is ON.
Comments

Debug mode is ON by default when the project is built in debug mode, and OFF by default when in release mode.
Turning debug mode OFF will make all debug functions do nothing.

See also
Debug:DebugOn
Debug:DebugOff
Debug:IsDebug



JAM © 2005 no one in partiular
Project started by David Evans in 2005