chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Chicken debugging package: gdb.egg


From: Tony Sidaway
Subject: [Chicken-users] Chicken debugging package: gdb.egg
Date: Sun, 25 Feb 2007 04:52:48 +0000

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




reply via email to

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