Files
navigate/src/debug.rs
T
root 77cd64dd60 added function to wrap debug messages in an echo command
implemented formatted printing of stack and bookmarks
2024-12-15 00:35:09 +01:00

4 lines
76 B
Rust

pub fn debug_print(string: &str) {
println!("echo '{}' && ", string);
}