Outdated egg!
This is an egg for CHICKEN 3, the unsupported old release. You're almost certainly looking for the CHICKEN 4 version of this egg, if it exists.
If it does not exist, there may be equivalent functionality provided by another egg; have a look at the egg index. Otherwise, please consider porting this egg to the current version of CHICKEN.
mayo
Introduction
mayo is a project to create a source level debugger for Chicken Scheme. The minimum feature set comprises:
- Set and alter breakpoints in compiled Scheme programs. (available)
- View and alter global and local bindings during execution. (not yet available)
- Call Scheme procedures during execution. (not yet available)
The project was initiated by Tony Sidaway and the project is based on the machine interface of the Gnu debugger, gdb.
Components
The first components of mayo has been released: