I've started my project to write a source debugger for the Chicken
Scheme compiler.  Phase one is  an egg to wrap gdb, the GNU debugger.

This is a fully featured wrap of the gdb/mi interface.  You can set
and examine breakpoints and watchpoints, call functions, play with the
stack, examine hardware registers, basically anything you can do with
gdb.  This egg lets you do all that from within interpreted or
compiled Scheme.  The egg is fully threaded and doesn't hang while the
program is busy.  It's still in development but it's already useful.

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

Login as anonymous, no password.

This should be downloadable as an egg shortly from:

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


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to