This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: How does the debugger work ?


Thierry Bezecourt <thbz@worldnet.fr> writes:

> > The debugger is not mentioned because it is not yet complete (and
> > because when it was added, it was fairly untested: I wanted it to be
> > used first in a smaller circle of people before announcing it).
> 
> To you mean Chris Hanson's interactive debugger (debugger.scm), or
> yours (debug.scm) ?

To me, there is only one debugger: Chris Hanson's.  The trace function
should be associated with that package as well.

My code is the API upon which Chris Hanson's debugger is implemented.

What I meant above was that I have the intention to add break-point
and single-stepping in the debugger (since the API supports it), and
will announce it when this has been done.

Best regards,
/mdj

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]