Crate develop_debug[][src]

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

See the manual

Re-exports

pub use develop_debug as dd________;

Macros

Shortcut to develop_debug!(done fmt,expr)

Shortcut to develop_debug!(output false)

Shortcut to develop_debug!()

Shortcut to develop_debug!(step expr)

Shortcut to develop_debug!(var expr)

Shortcut to develop_debug!(error fmt,expr)

Shortcut to develop_debug!(title expr)

Print debugging information at development time.

Constants

Develop debug global output state (default false).

Functions

Sets the global output state of the debug message.

Gets the global output state of the debug message.