Modules

APIs for interacting with native debuggers for the current process.

Macros

Reports a bug by logging/breaking. Unlike panic!(...) this is nonfatal and continuable.

Log (part of) a line to standard debugging channels. Prefer debugln!

Log a line to standard debugging channels.

Unwraps Options and Results, logging/breaking on errors, but unlike a.expect("msg") this is nonfatal and continuable.

Unwraps Options and Results, logging/breaking on errors, but unlike a.unwrap() this is nonfatal and continuable.