added function to wrap debug messages in an echo command
implemented formatted printing of stack and bookmarks
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
|
||||
pub fn debug_print(string: &str) {
|
||||
println!("echo '{}' && ", string);
|
||||
}
|
||||
Reference in New Issue
Block a user