guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Interactive Debugging


From: Christopher Howard
Subject: Re: Interactive Debugging
Date: Fri, 18 Oct 2019 05:38:03 -0800

> 
> Define dump-into-debugging-repl as
> 
> (start-repl #:debug (make-debug (stack->vector (make-stack #t)) 0 
> "trap!" #t))
> 
> But as for getting access to locals I don't know if there is a 
> solution.   I have worked on removing slot sharing in the CPS
> processing 
> but it's not working and I probably won't work on it anytime soon.
> 
> Apparently the best option for debugging is to use guile-1.8.
> 
> Matt
> 
> 

For posterity: the required modules are

```
(use-modules (system repl repl)
             (system repl debug))
```

-- 
Christopher Howard
p: +1 (907) 374-0257
w: https://librehacker.com
social feed: https://gnusocial.club/librehacker
xmpp: address@hidden
otr: E9685B53 01F038DD D29281C9 30FDA71E BD0095D4
gnupg: 23FD5CC5 (keys.gnupg.net)
radio: KL1TL
featured: https://answersingenesis.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]