A Guile debugger workgroup?

2022-11-29 Thread Developers list for Guile, the GNU extensibility library
Greetings Guilers, There's been a discussion on the state of debugging with Guile on the guix-devel mailing list. Here's the relevant link if you want the full discussion: which is a reply to

Re: A Guile debugger workgroup?

2022-11-29 Thread Neil Jerram
I wrote something called GDS, back in 1.8 days, that combined some of the Emacs interaction features that we now have with Geiser, with step-by-step debugging and breakpoints. You can read about that here: https://www.gnu.org/software/guile/docs/docs-1.8/guile-ref/Using-Guile-in-Emacs.html#Using-G

Re: [PATCH] Avoid 'frame-local-ref' errors when printing backtrace.

2022-11-29 Thread lloda
Pushed to c7fa78fc751eb336bcfafbb5ac59c460ee2c5d7a. Thank you!

Re: [PATCH v3] Add tests for warning locations.

2022-11-29 Thread lloda
Pushed to 02f69c1d84126c35900c5743a712b1e7d07e449d. Thank you!

Re: A Guile debugger workgroup?

2022-11-29 Thread Damien Mattei
Hello, i almost never use a debugger but in C as a student. Never after. programming in a functional style and if in need print some debug information, all my program worked and the only hard problem were not due to implementation but algorithm,and for that the debugger is useless... http://i-exc