guile-user
[Top][All Lists]
Advanced

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

Re: What debugger breakpoint features would you like?


From: Neil Jerram
Subject: Re: What debugger breakpoint features would you like?
Date: 02 Feb 2002 11:52:46 +0000
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

>>>>> "Alex" == Alex Shinn <address@hidden> writes:

    Alex> Optionally display the full path of the source file and a line number
    Alex> whenever the debugger command loop is entered.  This would allow
    Alex> interaction with GUI debuggers like Emacs to walk through the code for
    Alex> you.

Thanks for the idea; but I already had this one :-)

The released guile-debugger does this since version 0.3.  (And it
provides the Emacs integration part as well, using an enhanced version
of Neil Van Dyke's giguile.el.)

I've been testing it by doing work in parallel on the Elisp
translator.  It's rather nice when the debugger shows an Elisp frame
and Emacs pops up the source code.

The mechanism is only restricted by (rare) places in code reading and
transformation where source properties are lost.

        Neil




reply via email to

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