Crate develop_debug

Source
Expand description
  • Print nice debugging information;
  • Does not affect performance in the release version;

See the manual

Macros§

dd________
Print debugging information at development time.
dd____done
Shortcut to develop_debug!(done fmt,expr)
dd____hide
Shortcut to develop_debug!(output false)
dd____show
Shortcut to develop_debug!()
dd____step
Shortcut to develop_debug!(step expr)
dd____vars
Shortcut to develop_debug!(var expr)
dd___error
Shortcut to develop_debug!(error fmt,expr)
dd___title
Shortcut to develop_debug!(title expr)
develop_debug
Print debugging information at development time.

Constants§

DEVELOP_DEBUG_OUTPUT_STATE
Develop debug global output state (default false).

Functions§

debug
Sets the global output state of the debug message.
enable_develop_debug_output
Gets the global output state of the debug message.