>From Jan Nieuwenhuizen # This line is ignored.
Subject: Initial GUD support for Guile
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Hi,
Here is an experimental patch for Guile to support GUD integration. It
features a more friendly (more gdb-like) de
* examples/gud-break.scm: New example; showing initial GUD
integration.
* module/system/repl/debug.scm (debug-prompt): New procedure;
gdb-like debug prompt. Experimental!
* module/system/repl/error-handling.scm (call-with-error-handling):
* module/
* progmodes/gud.el (guiler): New function. Starts the Guile REPL;
add Guile debugger support for GUD.
---
lisp/ChangeLog| 5 +++
lisp/progmodes/gud.el | 89 ---
2 files changed, 89 insertions(+), 5 deletions(-)
diff --git a