[CM] making a debugger?
Iain Duncan
iainduncanlists at gmail.com
Tue Jul 2 09:22:17 PDT 2024
Thanks Bill, I'll take a look at those. Trying to rig up at least a half a
debugger for my WASM use. :-)
iain
On Tue, Jul 2, 2024 at 9:20 AM <bil at ccrma.stanford.edu> wrote:
> s7.html has a section toward the end of the file about
> repl.scm and nrepl.acm. These have a function drop-into-repl
> which can be used to poke around in the current context.
> I think you could call this when an error is hit, or
> if you're in a "raw" terminal, when you hit some key
> like C-C. The file debug.scm has (very lightly tested)
> functions for break points and the like-- it also could drop into
> a repl. I have wanted for a long time to tie the object->let
> code in s7 into a debugger, so you could examine structures
> and so on. s7 badly needs a decent debugger.
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://cm-mail.stanford.edu/pipermail/cmdist/attachments/20240702/6dae56db/attachment.html>
More information about the Cmdist
mailing list