Expand description
§Print debugging information at development time.
- Print nice debugging information;
- Does not affect performance in the release version;
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.