Hi Jose,
Has there been any progress on this?
I just installed the latest gesier and geiser-guile packages from melpa and
run them under Emacs 29.1 and guile HEAD. What I would like to be able to
do is to set a breakpoint in a procedure and then get up the geiser-dbg
buffer when the breakpoint is
On Sun, Dec 26 2021, Jose A. Ortega Ruiz wrote:
> On Sun, Dec 26 2021, Jérémy Korwin-Zmijowski wrote:
>
>> Le 20/12/2021 à 08:06, Jose A. Ortega Ruiz a écrit :
>
> [...]
>
>> Hello Jao !
>>
>> This is really great news and I will be happy to play with it. ;)
>
> Thank you! The latest released ver
On Sun, Dec 26 2021, Jérémy Korwin-Zmijowski wrote:
> Le 20/12/2021 à 08:06, Jose A. Ortega Ruiz a écrit :
[...]
> Hello Jao !
>
> This is really great news and I will be happy to play with it. ;)
Thank you! The latest released versions of guile and geiser-guile
already contain support for usi
Le 20/12/2021 à 08:06, Jose A. Ortega Ruiz a écrit :
Hi,
I am working on improving the debugger interface for geiser-guile (the
main idea is to be able to send debugging meta-commands from the
*Geiser Dbg* buffer... there's something already in there in the HEAD
branches), but i am failing to un
On Sat, Dec 25 2021, zx spectrumgomas wrote:
> Hello. I tried and I think it works if first you load foo.scm . I'm in
> Manjaro:
Oh, thanks a lot for trying... i was loading/compiling the file always
with geiser, so i guess i'm doing something there that precludes
breakpoints from working, i'll
Hello. I tried and I think it works if first you load foo.scm . I'm in
Manjaro:
$guile3.0
GNU Guile 3.0.7.72-dc7f1
> ,break-at-source "/home/spectrumgomas/foo.scm" 3
No procedures found at ~a:~a. "/home/spectrumgomas/foo.scm" 3
> (load "foo.scm")
> ,break-at-source "foo.scm" 3
No procedures fou