<div dir="ltr">Thanks Bill, I'll take a look at those. Trying to rig up at least a half a debugger for my WASM use. :-)<div><br></div><div>iain</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jul 2, 2024 at 9:20 AM <<a href="mailto:bil@ccrma.stanford.edu">bil@ccrma.stanford.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">s7.html has a section toward the end of the file about<br>
repl.scm and nrepl.acm. These have a function drop-into-repl<br>
which can be used to poke around in the current context.<br>
I think you could call this when an error is hit, or<br>
if you're in a "raw" terminal, when you hit some key<br>
like C-C. The file debug.scm has (very lightly tested)<br>
functions for break points and the like-- it also could drop into<br>
a repl. I have wanted for a long time to tie the object->let<br>
code in s7 into a debugger, so you could examine structures<br>
and so on. s7 badly needs a decent debugger.<br>
<br>
<br>
</blockquote></div>