Function debug_print_ops

Source
pub fn debug_print_ops(line: &str, ops: &[(usize, ScopeStackOp)])
Expand description

Print out the various push and pop operations in a vector with visual alignment to the line. Obviously for debugging.