mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
print all the relevant info
This commit is contained in:
parent
e7f3c6f281
commit
e44a8a9eed
17 changed files with 308 additions and 12 deletions
|
@ -1000,7 +1000,15 @@ fn roc_dev_native(
|
|||
SIGUSR2 => {
|
||||
// this is the signal we use for a dbg
|
||||
|
||||
println!("I need to dbg something");
|
||||
roc_repl_expect::run::render_dbgs_in_memory(
|
||||
&mut writer,
|
||||
arena,
|
||||
&mut expectations,
|
||||
&interns,
|
||||
&layout_interner,
|
||||
&memory,
|
||||
)
|
||||
.unwrap();
|
||||
}
|
||||
_ => println!("received signal {}", sig),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue