RwSetDebugOutputState(RwState state);
Description
Enables or disables the generation of all types of debugging messages.
Arguments
state The debugging state.
Return Value
None.
Comments
This function is equivalent to calling RwSetDebugAssertionState(), RwSetDebugMessageState(), RwSetDebugScriptState()and RwSetDebugTraceState() with the argument state.
The message states are:
rwON Messages are enabled.
rwOFF Messages are disabled.
See Also