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

dd_____var

Shortcut to develop_debug!(var expr)

dd____done

Shortcut to develop_debug!(done fmt,expr)

dd____hide

Shortcut to develop_debug!(output false)

dd____iter

Shortcut to develop_debug!(iter expr)

dd____show

Shortcut to develop_debug!(output true)

dd____step

Shortcut to develop_debug!(step 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_output

Gets the global output state of the debug message.