rip out old dbg and setup reasonable base debug location info

This commit is contained in:
Brendan Hansknecht 2023-11-29 15:25:30 -08:00
parent 3d6c140a30
commit e6cc43492a
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
5 changed files with 13 additions and 116 deletions

View file

@ -1136,19 +1136,6 @@ fn roc_dev_native(
)
.unwrap();
memory.reset();
}
ChildProcessMsg::Dbg => {
roc_repl_expect::run::render_dbgs_in_memory(
&mut writer,
arena,
&mut expectations,
&interns,
&layout_interner,
&memory,
)
.unwrap();
memory.reset();
}
}