Function set_debug

Source
pub fn set_debug(value: bool)
Expand description

Set the global debug setting

§Arguments

  • value - The new value for the debug setting

§Panics

This function will panic if init_globals() has not been called first.