[gambit-list] Debugging macros
Guillaume Cartier
gcartier at jazzscheme.org
Sat Jun 9 12:32:32 EDT 2007
If an error occurs during the expansion of a macro, Gambit doesn't start
a new repl to enable me to debug the code. Is there a way to enable
this? It would be really helpfull for me as some of my macros are really
complex.
For instance:
Gambit Version 4.0 beta 22
> (define-macro (foo) (car 1))
> (foo)
*** ERROR -- (Argument 1) PAIR expected
(car 1)
>
Thanks,
Guillaume
More information about the Gambit-list
mailing list