Re: setting breakpoints at the repl

2023-09-20 Thread Mikael Djurfeldt
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

Re: setting breakpoints at the repl

2021-12-26 Thread Jose A. Ortega Ruiz
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

Re: setting breakpoints at the repl

2021-12-26 Thread Jose A. Ortega Ruiz
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

Re: setting breakpoints at the repl

2021-12-26 Thread Jérémy Korwin-Zmijowski
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

Re: setting breakpoints at the repl

2021-12-25 Thread Jose Antonio Ortega Ruiz
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

Re: setting breakpoints at the repl

2021-12-25 Thread zx spectrumgomas
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