pub const DEVELOP_DEBUG_OUTPUT_STATE: LocalKey<RefCell<bool>>;Expand description
ยงDevelop debug global output state (default false).
When the state is true, the debug message is printed.
When the state is false, debug messages are ignored.