Hi all, although I have some experience with lisps, I'm still new to
guile and I'm having some trouble figuring out how to invoke the
interactive debugger at some arbitrary point in my code. Something like:

        ; code here
        (debug)
        ; more code here

The closer solution I could find in the manual is:

        add-trap-at-source-location! file user-line

Any suggestion?

Thank you in advance

Cheers
--
Carlos




Reply via email to