Skip to content

Implement a dbg_print macro family.

Ben requested to merge Ben-PH/devbox:dbg_print into master

Instead of having to write let _ = writeln!(dbg_printer, "");, you can now write dbg_println!(""); with the same outcome.

Signed-off-by: Ben PH benphawke@gmail.com

Merge request reports