On Sun 25 Sep 2016 22:09, Jan Nieuwenhuizen writes:
> I'm trying to resurrect and finish my Emacs' Grand Unified Debugger
> (GUD) integration patch, but I cannot get latest Guile master's debugger
> to respect breakpoints?
Sorry for breaking this! It is fixed in master and will be in 2.1.8.
An
umn . 30) (filename . gud-break.scm)):leaving...
((line . 51) (column . 31) (filename . gud-break.scm)):goodbye world
scheme@(gud-break)>
Greetings,
Jan
>From 0b220974b0288a0de1d892b765ce609033b1 Mon Sep 17 00:00:00 2001
From: Jan Nieuwenhuizen
Date: Tue, 5 Aug 2014 12:34:09 +02
* 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/