I am using Festival
(the TTS software) and understanding it. It is written in Scheme
and I am trying to get an execution flow for some of the programs therein. My questions are as follows:
- Is there a debugger for
Scheme
? - How can I get a stacktrace for code written in
Scheme
?