On Thu, 19 Jun 2025, Attila Lendvai <att...@lendvai.name> wrote:
>> * A step debugger
>
>
> FWIW, i never really used a step debugger in the 15+ years working in lisp 
> (Slime and SBCL), most of it professionally with thousands of users and a 
> full stack codebase.
>
> none of my other 3 colleagues missed/used it, nor, frankly, anyone i
> knew.
>
> it must be one of those features that only seem useful from a distance
> (or i'm living in a twisted niche of this niche).

Great for you.  Coming from the C world, I always use a step debugger to
step into single machine instruction or to break on certain memory
accesses.  I would like to do the same for Guile if I can.  You can only
go so far with the REPL and `pk'.  Maybe a nice things missing from
Guile is a tracing library.

Different peoples, different softwares, different workflows.  And I am
not the only onle who wish for a step debugger.

[...]

Thanks,
Olivier
-- 
Olivier Dion
oldiob.ca

Reply via email to