Re: Interactive Debugging

2019-10-19 Thread Matt Wette
On 10/19/19 12:04 PM, Christopher Howard wrote: 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

Re: Interactive Debugging

2019-10-19 Thread Christopher Howard
> 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)

Re: Interactive Debugging

2019-10-19 Thread Matt Wette
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 ;; potluck/jtd - jump to debugger, detour to debugger ;;(define-module (potluck jtd) #:export (kill-opt trap-here foo)) (use-modules (system repl