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: Sat, 19 Oct 2019 11:04:23 -0800

> Below is something I played with years ago.  I'm not sure kill-opt is
> up to date.   Try with
>
>
>   > (load "jtd.scm")
>   > (foo)
>   [1]> ,loc

The code seems to evaluate fine, but does not produce useful results:

```
scheme@(guile-user)> ,use (potluck jtd)
scheme@(guile-user)> (foo)
scheme@(guile-user) [1]> ,loc
While executing meta-command:
Wrong type (expecting string): #f
scheme@(guile-user) [1]> ,locals
  No local variables.
```



reply via email to

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