guile-user
[Top][All Lists]
Advanced

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

Entering the interactive debugger


From: Carlos Pita
Subject: Entering the interactive debugger
Date: Tue, 02 Sep 2014 16:03:46 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.92 (gnu/linux)

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

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