On Sun, 2009-12-20 at 06:47 -0600, Eduardo Cavazos wrote:
> When debugging code run with Ikarus, I've been using something like
> this:
> 
> (define (debug-display val)
>   (display "---------- DEBUG ----------\n")
>   (display val)
>   (newline)
>   val)
> 
> I.e. if I'm curious about what the value of some expression is when the
> program is running, I just wrap the expression with
> '(debug-display ...)'.
> 
> This is pretty basic and primitive but works OK. Is there something like
> this already included with Ikarus or available somewhere?

I have something similar and a little more sophisticated in my 
(xitomatl debug) library.

-- 
: Derick
----------------------------------------------------------------

Reply via email to