chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] mayo.egg: the first alpha release of a Scheme source-lev


From: Tony Sidaway
Subject: [Chicken-users] mayo.egg: the first alpha release of a Scheme source-level debugger for Chicken
Date: Fri, 9 Mar 2007 23:20:41 +0000

This is now available for use.

it's basically a proof of concept, showing how gdb.egg (which is
intentionally built for versatility rather than usability) can be used
to construct a mapping from Scheme to C which enables an end user to
debug a Chicken scheme program.

This egg is capable of identifying Scheme source lines known to the
debugger at the level of the C program, and enables the user to set
breakpoints in the corresponding loaded binary image file and then
running the program until execution is interrupted by a breakpoint or
termination of execution.

https://galinha.ucpel.tche.br/svn/chicken-eggs/mayo/

Login: anonymous
Leave the password blank

In due course an installable egg will probably show up here:

http://www.call-with-current-continuation.org/eggs/mayo.html

You need to install gdb.egg to use mayo.  This debugger requires the
successful installation of the gdb (GNU debugger) on your system.

I welcome all comments on this egg, which is part of Project mayo.

http://galinha.ucpel.tche.br:8080//mayo




reply via email to

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