This commit is contained in:
Nicholas Ward 2023-03-22 18:48:02 -07:00
parent e471818c2b
commit 7028b6ba74

View File

@ -399,6 +399,7 @@ impl<'a> Interpreter<'a> {
.debug_offsets
.contains(&self.generation_state.registers.program_counter)
{
// TODO: uncomment
// println!("At {}, stack={:?}", self.offset_name(), self.stack());
} else if let Some(_label) = self.offset_label() {
// println!("At {label}");